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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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