ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

ClickHole - REVEAL ALL!คืออะไร?

ClickHole - REVEAL ALL! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benjamin Cohen และคุณลักษณะหลักของมันคือ "Adds a button to ClickHole quizzes to reveal all the outcomes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClickHole - REVEAL ALL!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}