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
官方網址 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"
    }
}