Rdirect Plugin

Redirect to any page with a double-click of the mouse

Rdirect Pluginとは何ですか?

Rdirect Pluginはroyleekiatによって開発されたChromeの拡張機能で、その主な機能は「Redirect to any page with a double-click of the mouse」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Parental supervision? Boss checking up on you? Fear not! With Rdirect, you may now browse any page, watch any video, and simply double click on any part of the pagebody to redirect to a desired page, which you can set in the options of the Rdirect extension. What are you waiting for?

*Best used with vpn and incognito mode :)*                    

拡張機能の基本情報

名前 Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
公式URL https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
説明 Redirect to any page with a double-click of the mouse
ファイルサイズ 6.81 KB
インストール数 36
現在のバージョン 1.0
最終更新日 2015-11-20
公開日 2015-11-20
評価 5.00/5 合計 4 レビュー
開発者 royleekiat
支払い方法 free
拡張機能のウェブサイト http://royleekiat.wordpress.com/
ヘルプページのURL https://github.com/royleekiat
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rdirect Plugin",
    "description": "Redirect to any page with a double-click of the mouse",
    "version": "1.0",
    "options_page": "options.html",
    "short_name": "Rdirect",
    "homepage_url": "http:\/\/royleekiat.wordpress.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Rdirect.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}