Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
O que é Link url replacer?
Link url replacer é uma extensão do Chrome desenvolvida por mailbox.misha, e sua principal característica é "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Link url replacer
Baixe arquivos de extensão Link url replacer 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
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced links to the context menu of each link on the page. Each replacement profile contains two fields: pattern and replacement. Pattern can be a string, text of a regular expression or a special pattern like the following: «%all%», «%host%». Replacement is a string. Once you will configure the replacement profile you will be able to follow the replaced link by using original link's context menu. See examples in the screenshot below.
Informações Básicas da Extensão
Nome | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
URL Oficial | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Descrição | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Tamanho do Arquivo | 8.08 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-12-06 |
Data de Publicação | 2020-05-05 |
Classificação | 1.33/5 Total de 3 Avaliações |
Desenvolvedor | mailbox.misha |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link url replacer", "description": "", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon32.png", "32": "icon32.png", "64": "icon64.png" } } |