Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Vad är Link url replacer?
Link url replacer är en Chrome-tillägg utvecklad av mailbox.misha, och dess huvudfunktion är "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".
Tilläggsskärmbilder
Ladda ner Link url replacer-förlängningens CRX-fil
Ladda ner Link url replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
Officiell webbadress | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Beskrivning | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Filstorlek | 8.08 KB |
Antal Installationer | 30 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2022-12-06 |
Publiceringsdatum | 2020-05-05 |
Betyg | 1.33/5 Totalt 3 Betyg |
Utvecklare | mailbox.misha |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |