URL Regex Replace
A Chrome extension that allows users to perform regex find and replace on the current tab's URL.
URL Regex Replace क्या है?
URL Regex Replace Teddy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that allows users to perform regex find and replace on the current tab's URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Regex Replace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The **URL Regex Replace** is a Chrome extension that allows users to perform regex find and replace on the current tab's URL. This extension is useful for modifying URLs, testing, or redirecting to different environments. It now includes an options page for managing frequently-used find and replace pairs and a revamped popup with two tabs for ease of use. If you were using the previous version of this extension, also called `Prepend URL Chrome Extension`, the feature is still there! Just use the `^` character in the 'Find' field and the string you want to prepend in the 'Replace' field.
एक्सटेंशन की मूल जानकारी
नाम | URL Regex Replace |
ID | nkohlbebkognioabnnjchnchdapolofb |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-regex-replace/nkohlbebkognioabnnjchnchdapolofb |
विवरण | A Chrome extension that allows users to perform regex find and replace on the current tab's URL. |
फ़ाइल का आकार | 3.05 MB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.3.5 |
अंतिम अपडेट | 2023-12-05 |
प्रकाशन तिथि | 2023-02-23 |
डेवलपर | Teddy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tddschn/url-regex-replace-chrome-extension |
सहायता पृष्ठ URL | https://github.com/tddschn/url-regex-replace-chrome-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "URL Regex Replace", "version": "1.3.5", "description": "A Chrome extension that allows users to perform regex find and replace on the current tab's URL.", "permissions": [ "activeTab", "storage", "scripting" ], "options_page": "options.html", "action": { "default_popup": "popup.html" }, "icons": { "128": "icons\/icon.png" } } |