Buzzed In!

Random Jeopardy questions for whenever you feel bored

Buzzed In!คืออะไร?

Buzzed In! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Casey Reed และคุณลักษณะหลักของมันคือ "Random Jeopardy questions for whenever you feel bored"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buzzed In!

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}