Link url replacer

Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…

什么是Link url replacer?

Link url replacer是由mailbox.misha开发的Chrome扩展程序,该扩展的主要功能是“Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…”。

扩展截图

screenshot

下载Link url replacer扩展crx文件

下载Link url replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Link url replacer Link url replacer
ID kefopaofjlhaddnijefhnhnjhafpbamd
官方URL https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd
简介 Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
文件大小 8.08 KB
安装次数 30
当前版本 1.1.0
更新时间 2022-12-06
上架时间 2020-05-05
评分 1.33/5 共3次评分
开发者 mailbox.misha
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}