ClickHole - REVEAL ALL!
Adds a button to ClickHole quizzes to reveal all the outcomes
Qu'est-ce que ClickHole - REVEAL ALL! ?
ClickHole - REVEAL ALL! est une extension Chrome développée par Benjamin Cohen, et sa fonction principale est "Adds a button to ClickHole quizzes to reveal all the outcomes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ClickHole - REVEAL ALL!
Téléchargez les fichiers d'extension ClickHole - REVEAL ALL! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ClickHole - REVEAL ALL! |
ID | kdckjndaofjnbdmfgddibepbidmjfflb |
URL Officiel | https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb |
Description | Adds a button to ClickHole quizzes to reveal all the outcomes |
Taille du Fichier | 83.04 KB |
Nombre d'Installations | 407 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2015-12-08 |
Date de Publication | 2015-12-08 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | Benjamin Cohen |
Type de Paiement | free |
Langues Prises en Charge | 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 |