Quick URL Opener
To quick open standard url where one parameter is changed
What is Quick URL Opener?
Quick URL Opener is a Chrome extension developed by https://www.qwertovsky.com, and its main feature is "To quick open standard url where one parameter is changed".
Extension Screenshots
Download Quick URL Opener Extension CRX File
Download Quick URL Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is used to quick open standard URL where one or more parameters are changed (Jira, other issue trackers, Youtube). For example, to quick open https://issues.apache.org/jira/browse/IO-279 it need enter only parameter 279. You can add many different URLs.
Extension Basic Information
Name | Quick URL Opener |
ID | pldpcmoignebohaloohealchfgaahkhd |
Official URL | https://chromewebstore.google.com/detail/quick-url-opener/pldpcmoignebohaloohealchfgaahkhd |
Description | To quick open standard url where one parameter is changed |
File Size | 22.94 KB |
Installation Count | 243 |
Current Version | 0.12.0 |
Last Updated | 2020-12-17 |
Publish Date | 2017-11-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.qwertovsky.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Qwertovsky/quick_url_addon |
Help Page URL | https://github.com/Qwertovsky/quick_url_addon |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick URL Opener", "version": "0.12.0", "description": "To quick open standard url where one parameter is changed", "homepage_url": "https:\/\/github.com\/Qwertovsky\/quick_url_addon", "icons": { "256": "icons\/icon.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Quick URL Opener", "default_popup": "index.html" }, "options_ui": { "page": "options.html" }, "applications": { "gecko": { "id": "[email protected]" } } } |