Think Twice

Stops you from instinctively going on a social network.

Think Twiceとは何ですか?

Think TwiceはAnthony Salazarによって開発されたChromeの拡張機能で、その主な機能は「Stops you from instinctively going on a social network.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Adds one extra screen asking whether you're sure you want to go on a time-wasting site or you're just doing it by reflex.                    

拡張機能の基本情報

名前 Think Twice Think Twice
ID pjgppmjdghifobmedjenglkchddjfcab
公式URL https://chromewebstore.google.com/detail/think-twice/pjgppmjdghifobmedjenglkchddjfcab
説明 Stops you from instinctively going on a social network.
ファイルサイズ 55.73 KB
インストール数 37
現在のバージョン 1.2
最終更新日 2015-11-29
公開日 2015-11-29
評価 4.50/5 合計 2 レビュー
開発者 Anthony Salazar
支払い方法 free
拡張機能のウェブサイト http://www.swellgarfo.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Think Twice",
    "short_name": "ThinkTwice",
    "description": "Stops you from instinctively going on a social network.",
    "version": "1.2",
    "icons": {
        "48": "ThinkTwice_48.png",
        "128": "ThinkTwice.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "cool.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "lock.png"
    ]
}