ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

ClickHole - REVEAL ALL! là gì?

ClickHole - REVEAL ALL! là một tiện ích mở rộng Chrome được phát triển bởi Benjamin Cohen, và tính năng chính của nó là "Adds a button to ClickHole quizzes to reveal all the outcomes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClickHole - REVEAL ALL!

Tải xuống các tệp mở rộng ClickHole - REVEAL ALL! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClickHole - REVEAL ALL! ClickHole - REVEAL ALL!
ID kdckjndaofjnbdmfgddibepbidmjfflb
URL Chính Thức https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb
Mô tả Adds a button to ClickHole quizzes to reveal all the outcomes
Kích Thước Tệp 83.04 KB
Số Lần Cài Đặt 407
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2015-12-08
Ngày Phát Hành 2015-12-08
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Benjamin Cohen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}