Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Co je Link url replacer?
Link url replacer je rozšíření Chrome vyvinuté mailbox.misha, a jeho hlavní funkcí je „Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Link url replacer
Stáhněte si soubory rozšíření Link url replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
Oficiální URL | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Popis | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Velikost souboru | 8.08 KB |
Počet instalací | 30 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2022-12-06 |
Datum Vydání | 2020-05-05 |
Hodnocení | 1.33/5 Celkem 3 Hodnocení |
Vývojář | mailbox.misha |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |