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"
    }
}