Replace URL
Replace URL in the address bar.
Replace URL क्या है?
Replace URL decoy123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace URL in the address bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Replace URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace URL replace the specified words with new words in the address bar. 1. Please specify old words(or regular expressions) and new words on option page. 2. Click this extension's icon. And automatically move to the new URL.
एक्सटेंशन की मूल जानकारी
नाम | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
विवरण | Replace URL in the address bar. |
फ़ाइल का आकार | 171 KB |
स्थापना संख्या | 2,497 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-09-24 |
प्रकाशन तिथि | 2017-04-05 |
रेटिंग | 3.29/5 कुल 17 रेटिंग्स |
डेवलपर | decoy123 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/decoy123/replace_url |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replace URL", "version": "1.0.2", "description": "Replace URL in the address bar.", "icons": [], "permissions": [ "tabs", "storage" ], "action": { "default_icon": [], "default_title": "Replace URL" }, "options_ui": { "page": ".\/src\/self\/html\/options.html" }, "background": { "service_worker": ".\/src\/gen\/index.bundle.js" } } |