Buzzed In!
Random Jeopardy questions for whenever you feel bored
Vad är Buzzed In!?
Buzzed In! är en Chrome-tillägg utvecklad av Casey Reed, och dess huvudfunktion är "Random Jeopardy questions for whenever you feel bored".
Tilläggsskärmbilder
Ladda ner Buzzed In!-förlängningens CRX-fil
Ladda ner Buzzed In!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | loeemilcblflaabjchhijdfdckingaei |
Officiell webbadress | https://chrome.google.com/webstore/detail/loeemilcblflaabjchhijdfdckingaei |
Beskrivning | Random Jeopardy questions for whenever you feel bored |
Filstorlek | 512 KB |
Antal Installationer | 25 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2017-01-09 |
Publiceringsdatum | 2017-01-09 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Casey Reed |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/caseywreed/buzzed-in |
Stödda Språk | 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'" } |