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
Eメール [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"
    }
}