UrlParamUpdater
This extension enables you to update/add/remove url param value. Useful when working with long urls.
Cos'è UrlParamUpdater?
UrlParamUpdater è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension enables you to update/add/remove url param value. Useful when working with long urls.".
Scarica il file CRX dell'estensione UrlParamUpdater
Scarica i file di estensione UrlParamUpdater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | UrlParamUpdater |
ID | nfcohebinojijpbmgklkhbiooeiiojea |
URL Ufficiale | https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea |
Descrizione | This extension enables you to update/add/remove url param value. Useful when working with long urls. |
Dimensione del File | 8.39 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2015-12-17 |
Data di Pubblicazione | 2015-12-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkedin.com/in/damian-jaszczurowski-51743499 |
Lingue Supportate | 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" ] } |