Redirector

Catch and redirect url's based on RegEx identifier

Redirectorとは何ですか?

Redirectorはvalurhrafnによって開発されたChromeの拡張機能で、その主な機能は「Catch and redirect url's based on RegEx identifier」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension redirects based on regular expression filter.
So it can redirect some url's on a domain, while leaving others alone.                    

拡張機能の基本情報

名前 Redirector Redirector
ID leenkickbboebeampfcphpchhdfhoeio
公式URL https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio
説明 Catch and redirect url's based on RegEx identifier
ファイルサイズ 14.1 KB
インストール数 16
現在のバージョン 0.1
最終更新日 2014-07-01
公開日 2014-07-01
評価 1.00/5 合計 2 レビュー
開発者 valurhrafn
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirector",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Catch and redirect url's based on RegEx identifier",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "myScript.js"
        ]
    },
    "options_page": "options.html"
}