Buzzed In!
Random Jeopardy questions for whenever you feel bored
Cos'è Buzzed In!?
Buzzed In! è un'estensione di Chrome sviluppata da Casey Reed, e la sua funzione principale è "Random Jeopardy questions for whenever you feel bored".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Buzzed In!
Scarica i file di estensione Buzzed In! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | loeemilcblflaabjchhijdfdckingaei |
URL Ufficiale | https://chrome.google.com/webstore/detail/loeemilcblflaabjchhijdfdckingaei |
Descrizione | Random Jeopardy questions for whenever you feel bored |
Dimensione del File | 512 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2017-01-09 |
Data di Pubblicazione | 2017-01-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Casey Reed |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/caseywreed/buzzed-in |
Lingue Supportate | 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'" } |