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”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Buzzed In! Buzzed In!
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
电子邮箱 [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'"
}