URL Redirector 加强版

Redirect url by pattern to any place you want.

URL Redirector 加强版とは何ですか?

URL Redirector 加强版はanchel.xyによって開発されたChromeの拡張機能で、その主な機能は「Redirect url by pattern to any place you want.」です。

拡張機能のスクリーンショット

screenshot

URL Redirector 加强版拡張機能のCRXファイルをダウンロード

URL Redirector 加强版拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        配置重定向规则,将请求的url通过重定向返回另外一个url的内容。                    

拡張機能の基本情報

名前 URL Redirector 加强版 URL Redirector 加强版
ID jhcpkioahofdipphogaaahkmbcbphipc
公式URL https://chromewebstore.google.com/detail/url-redirector-%E5%8A%A0%E5%BC%BA%E7%89%88/jhcpkioahofdipphogaaahkmbcbphipc
説明 Redirect url by pattern to any place you want.
ファイルサイズ 251 KB
インストール数 102
現在のバージョン 1.3
最終更新日 2014-06-30
公開日 2014-06-30
評価 1.67/5 合計 3 レビュー
開発者 anchel.xy
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Redirector \u52a0\u5f3a\u7248",
    "description": "Redirect url by pattern to any place you want.",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "mart2.png",
        "default_title": "URL Redirector",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "redirect.html"
    ],
    "options_page": "option.html"
}