ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

ClickHole - REVEAL ALL!とは何ですか?

ClickHole - REVEAL ALL!はBenjamin Cohenによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to ClickHole quizzes to reveal all the outcomes」です。

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

screenshot
screenshot
screenshot
screenshot

ClickHole - REVEAL ALL!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Ever take a ClickHole quiz and think 'boy, it'd sure be nice to see what the other answers are'?

WELL NOW YOU CAN! 

Life will finally make sense and your true path will be revealed.


Features:

 * Adds a 'Reveal Outcomes' button to all quizzes (ex: http://goo.gl/XjfnGQ)

 * Adds a 'Reveal Answers' button to any multiple-choice quizzes (ex: http://goo.gl/eMXJuN)

 * Totally optional! You can still take the quiz, and the reveal buttons can be triggered at any time, before or after.                    

拡張機能の基本情報

名前 ClickHole - REVEAL ALL! ClickHole - REVEAL ALL!
ID kdckjndaofjnbdmfgddibepbidmjfflb
公式URL https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb
説明 Adds a button to ClickHole quizzes to reveal all the outcomes
ファイルサイズ 83.04 KB
インストール数 407
現在のバージョン 1.0.0.1
最終更新日 2015-12-08
公開日 2015-12-08
評価 3.33/5 合計 3 レビュー
開発者 Benjamin Cohen
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickHole - REVEAL ALL!",
    "short_name": "CH-REVEALALL",
    "description": "Adds a button to ClickHole quizzes to reveal all the outcomes",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.clickhole.com\/quiz\/*"
            ],
            "css": [
                "css\/borrowed-clickhole.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/reveal-all-script.js"
            ]
        }
    ],
    "author": "Benjamin Cohen ",
    "icons": {
        "48": "images\/clickhole-icon-sm.png",
        "128": "images\/clickhole-icon-md.png"
    }
}