Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Wat is Link url replacer?
Link url replacer is een Chrome-extensie ontwikkeld door mailbox.misha, en de belangrijkste functie is "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".
Extensie Screenshots
Download het CRX-bestand van de extensie Link url replacer
Download Link url replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
Officiële URL | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Beschrijving | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Bestandsgrootte | 8.08 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-12-06 |
Publicatiedatum | 2020-05-05 |
Beoordeling | 1.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | mailbox.misha |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |