Detour

Use Detour to improve your browsing habits.

Detourとは何ですか?

DetourはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Use Detour to improve your browsing habits.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Detour gives you control over where you spend your time on the internet.

With Detour, you are automatically redirected from blacklisted websites to approved ones. Do you procrastinate on Facebook and wish you were more up-to-date on the news? Detour yourself from Facebook.com to cnn.com.                    

拡張機能の基本情報

名前 Detour Detour
ID bdfjlgeedonjpohgpclaadidbpliajfn
公式URL https://chromewebstore.google.com/detail/detour/bdfjlgeedonjpohgpclaadidbpliajfn
説明 Use Detour to improve your browsing habits.
ファイルサイズ 122 KB
インストール数 17
現在のバージョン 0.0.2
最終更新日 2014-01-13
公開日 2014-01-12
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detour",
    "short_name": "Detour",
    "description": "Use Detour to improve your browsing habits.",
    "version": "0.0.2",
    "icons": {
        "128": "128.png",
        "64": "64.png",
        "32": "32.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "name": "Detour",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}