QueryParam
Chrome extension to add action buttons by adding query parameters to the url
Qu'est-ce que QueryParam ?
QueryParam est une extension Chrome développée par https://raturi.in, et sa fonction principale est "Chrome extension to add action buttons by adding query parameters to the url".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QueryParam
Téléchargez les fichiers d'extension QueryParam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | QueryParam |
ID | debkbpaaeaocgianodbgghkhkjjlclhg |
URL Officiel | https://chromewebstore.google.com/detail/queryparam/debkbpaaeaocgianodbgghkhkjjlclhg |
Description | Chrome extension to add action buttons by adding query parameters to the url |
Taille du Fichier | 43.51 KB |
Nombre d'Installations | 622 |
Version Actuelle | 1.01 |
Dernière Mise à Jour | 2021-04-26 |
Date de Publication | 2020-04-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://raturi.in |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://raturi.in/blog/queryparam-chrome-extension-tutorial/ |
URL de la Page d'Aide | https://raturi.in/hire/ |
Langues Prises en Charge | 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 } |