Buzzed In!
Random Jeopardy questions for whenever you feel bored
Buzzed In! là gì?
Buzzed In! là một tiện ích mở rộng Chrome được phát triển bởi Casey Reed, và tính năng chính của nó là "Random Jeopardy questions for whenever you feel bored".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Buzzed In!
Tải xuống các tệp mở rộng Buzzed In! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | loeemilcblflaabjchhijdfdckingaei |
URL Chính Thức | https://chrome.google.com/webstore/detail/loeemilcblflaabjchhijdfdckingaei |
Mô tả | Random Jeopardy questions for whenever you feel bored |
Kích Thước Tệp | 512 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2017-01-09 |
Ngày Phát Hành | 2017-01-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Casey Reed |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/caseywreed/buzzed-in |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |