URL Regex Replace
A Chrome extension that allows users to perform regex find and replace on the current tab's URL.
O que é URL Regex Replace?
URL Regex Replace é uma extensão do Chrome desenvolvida por Teddy, e sua principal característica é "A Chrome extension that allows users to perform regex find and replace on the current tab's URL.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Regex Replace
Baixe arquivos de extensão URL Regex Replace no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | URL Regex Replace |
ID | nkohlbebkognioabnnjchnchdapolofb |
URL Oficial | https://chromewebstore.google.com/detail/url-regex-replace/nkohlbebkognioabnnjchnchdapolofb |
Descrição | A Chrome extension that allows users to perform regex find and replace on the current tab's URL. |
Tamanho do Arquivo | 3.05 MB |
Contagem de Instalações | 26 |
Versão Atual | 1.3.5 |
Última Atualização | 2023-12-05 |
Data de Publicação | 2023-02-23 |
Desenvolvedor | Teddy |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tddschn/url-regex-replace-chrome-extension |
URL da Página de Ajuda | https://github.com/tddschn/url-regex-replace-chrome-extension |
Idiomas Suportados | 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" } } |