QueryParam
Chrome extension to add action buttons by adding query parameters to the url
QueryParam क्या है?
QueryParam https://raturi.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to add action buttons by adding query parameters to the url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QueryParam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | QueryParam |
ID | debkbpaaeaocgianodbgghkhkjjlclhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/queryparam/debkbpaaeaocgianodbgghkhkjjlclhg |
विवरण | Chrome extension to add action buttons by adding query parameters to the url |
फ़ाइल का आकार | 43.51 KB |
स्थापना संख्या | 622 |
वर्तमान संस्करण | 1.01 |
अंतिम अपडेट | 2021-04-26 |
प्रकाशन तिथि | 2020-04-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://raturi.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://raturi.in/blog/queryparam-chrome-extension-tutorial/ |
सहायता पृष्ठ URL | https://raturi.in/hire/ |
समर्थित भाषाएँ | 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 } |