URL Params Editor
A tool of editing URL parameters.
URL Params Editor क्या है?
URL Params Editor Z. W. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool of editing URL parameters."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Params Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a tool for web developers. It makes editing URL parameters for long URLs much easier. You can use this tool to view each URL param, add new or delete existing ones.
एक्सटेंशन की मूल जानकारी
नाम | URL Params Editor |
ID | kgnbnbifdjcokgodkgjliaegpollgafa |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-params-editor/kgnbnbifdjcokgodkgjliaegpollgafa |
विवरण | A tool of editing URL parameters. |
फ़ाइल का आकार | 153 KB |
स्थापना संख्या | 2,106 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2023-09-13 |
प्रकाशन तिथि | 2019-12-28 |
रेटिंग | 4.88/5 कुल 8 रेटिंग्स |
डेवलपर | Z. W. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Params Editor", "version": "2.2", "author": "Zijar W.", "permissions": [ "activeTab", "storage" ], "description": "A tool of editing URL parameters.", "icons": { "48": "icons\/url_params_editor_48.png", "96": "icons\/url_params_editor_96.png", "512": "icons\/url_params_editor_512.png" }, "action": { "browser_style": true, "default_icon": "icons\/url_params_editor_512.png", "default_title": "URL Params Editor", "default_popup": "popup\/parameters.html", "theme_icons": [ { "light": "icons\/url_params_editor-light.svg", "dark": "icons\/url_params_editor.svg", "size": 32 } ] } } |