QueryParam
Chrome extension to add action buttons by adding query parameters to the url
Cos'è QueryParam?
QueryParam è un'estensione di Chrome sviluppata da https://raturi.in, e la sua funzione principale è "Chrome extension to add action buttons by adding query parameters to the url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QueryParam
Scarica i file di estensione QueryParam 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 can be useful if your are tired of changing url by adding query parameters again and again. For example: You have a website (raturi.in) and there is a query parameter mob=false i.e., raturi.in/ ?mob=false , that is used to render a mobile site. So everytime you have to modify your url mob=false and mob=true. Imagine if you have 10 or 20 or more, is not this a head ache to change the parameters everytime to render a different page. If you are having a similar kind of problem or is related than this extension is for you. Using this you can create action button for a particular set of url parameters. Now whenever you need to change query parameters instead of doing it manually you can click on action buttons.
Informazioni di Base sull'Estensione
Nome | QueryParam |
ID | debkbpaaeaocgianodbgghkhkjjlclhg |
URL Ufficiale | https://chromewebstore.google.com/detail/queryparam/debkbpaaeaocgianodbgghkhkjjlclhg |
Descrizione | Chrome extension to add action buttons by adding query parameters to the url |
Dimensione del File | 43.51 KB |
Conteggio Installazioni | 622 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2021-04-26 |
Data di Pubblicazione | 2020-04-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://raturi.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://raturi.in/blog/queryparam-chrome-extension-tutorial/ |
URL della Pagina di Aiuto | https://raturi.in/hire/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QueryParam", "version": "1.01", "description": "Chrome extension to add action buttons by adding query parameters to the url", "author": "Ayush Katiyar, Nitin Raturi", "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "QueryParam" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "manifest_version": 2 } |