4.7 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Саранг БехOct 16, 2018
Very good extension to work with same environments But i want to ask for one thing: is it possible to put JavaScript into url somehow? for example i need to navigate to URL /tools/params.jsp?id="current_id" if i put next row in chrome it will do it for me: javascript:window.open("/tools/params.jsp?id="+(new URL(document.URL).searchParams.get("id"))); but if i put it into handy pages url it will place it as text and will not work