Buzzed In!
Random Jeopardy questions for whenever you feel bored
Qu'est-ce que Buzzed In! ?
Buzzed In! est une extension Chrome développée par Casey Reed, et sa fonction principale est "Random Jeopardy questions for whenever you feel bored".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Buzzed In!
Téléchargez les fichiers d'extension Buzzed In! 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
Buzzed In! is a Chrome Extension built to support the open-source Jeopardy! API, jService. Users can answer thousands of Jeopardy! questions from across the show's history, track their score, and take a quick break from work. Best of all, players can't cheat using their browser windows!
Informations de Base sur l'Extension
Nom | |
ID | loeemilcblflaabjchhijdfdckingaei |
URL Officiel | https://chrome.google.com/webstore/detail/loeemilcblflaabjchhijdfdckingaei |
Description | Random Jeopardy questions for whenever you feel bored |
Taille du Fichier | 512 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-01-09 |
Date de Publication | 2017-01-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Casey Reed |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/caseywreed/buzzed-in |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buzzed In!", "description": "Random Jeopardy questions for whenever you feel bored", "short_name": "Buzzed In!", "version": "0.2", "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "permissions": [ "debugger", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |