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
官方網址 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'"
}