Buzzed In!
Random Jeopardy questions for whenever you feel bored
Buzzed In!とは何ですか?
Buzzed In!はCasey Reedによって開発されたChromeの拡張機能で、その主な機能は「Random Jeopardy questions for whenever you feel bored」です。
拡張機能のスクリーンショット
Buzzed In!拡張機能のCRXファイルをダウンロード
Buzzed In!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | loeemilcblflaabjchhijdfdckingaei |
公式URL | https://chrome.google.com/webstore/detail/loeemilcblflaabjchhijdfdckingaei |
説明 | Random Jeopardy questions for whenever you feel bored |
ファイルサイズ | 512 KB |
インストール数 | 25 |
現在のバージョン | 0.2 |
最終更新日 | 2017-01-09 |
公開日 | 2017-01-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Casey Reed |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/caseywreed/buzzed-in |
対応言語 | 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'" } |