UrlParamUpdater
This extension enables you to update/add/remove url param value. Useful when working with long urls.
What is UrlParamUpdater?
UrlParamUpdater is a Chrome extension developed by Unknown, and its main feature is "This extension enables you to update/add/remove url param value. Useful when working with long urls.".
Download UrlParamUpdater Extension CRX File
Download UrlParamUpdater 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
This extension enables you to update/add/remove url param value. Useful when working with long urls with a big number of params. Handy if a shortcut is assigned. How to use? For url: http://example.com?foo=bar - when added foo=new will update tab url to http://example.com?foo=new - when added foo= (empty value) will update tab url to http://example.com? - when added geek=true will update tab url to http://example.com?geek=true
Extension Basic Information
Name | UrlParamUpdater |
ID | nfcohebinojijpbmgklkhbiooeiiojea |
Official URL | https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea |
Description | This extension enables you to update/add/remove url param value. Useful when working with long urls. |
File Size | 8.39 KB |
Installation Count | 28 |
Current Version | 0.0.2 |
Last Updated | 2015-12-17 |
Publish Date | 2015-12-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://www.linkedin.com/in/damian-jaszczurowski-51743499 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.2", "name": "UrlParamUpdater", "description": "This extension enables you to update\/add\/remove url param value. Useful when working with long urls.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ] } |