Buzzed In!
Random Jeopardy questions for whenever you feel bored
What is Buzzed In!?
Buzzed In! is a Chrome extension developed by Casey Reed, and its main feature is "Random Jeopardy questions for whenever you feel bored".
Extension Screenshots
Download Buzzed In! Extension CRX File
Download Buzzed In! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | loeemilcblflaabjchhijdfdckingaei |
Official URL | https://chrome.google.com/webstore/detail/loeemilcblflaabjchhijdfdckingaei |
Description | Random Jeopardy questions for whenever you feel bored |
File Size | 512 KB |
Installation Count | 25 |
Current Version | 0.2 |
Last Updated | 2017-01-09 |
Publish Date | 2017-01-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Casey Reed |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/caseywreed/buzzed-in |
Supported Languages | 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'" } |