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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}