URL Regex Replace
A Chrome extension that allows users to perform regex find and replace on the current tab's URL.
Qu'est-ce que URL Regex Replace ?
URL Regex Replace est une extension Chrome développée par Teddy, et sa fonction principale est "A Chrome extension that allows users to perform regex find and replace on the current tab's URL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL Regex Replace
Téléchargez les fichiers d'extension URL Regex Replace 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
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.
Informations de Base sur l'Extension
Nom | URL Regex Replace |
ID | nkohlbebkognioabnnjchnchdapolofb |
URL Officiel | https://chromewebstore.google.com/detail/url-regex-replace/nkohlbebkognioabnnjchnchdapolofb |
Description | A Chrome extension that allows users to perform regex find and replace on the current tab's URL. |
Taille du Fichier | 3.05 MB |
Nombre d'Installations | 26 |
Version Actuelle | 1.3.5 |
Dernière Mise à Jour | 2023-12-05 |
Date de Publication | 2023-02-23 |
Développeur | Teddy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tddschn/url-regex-replace-chrome-extension |
URL de la Page d'Aide | https://github.com/tddschn/url-regex-replace-chrome-extension |
Langues Prises en Charge | 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" } } |