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
官方網址 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"
    }
}