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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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