Buzzed In!
Random Jeopardy questions for whenever you feel bored
Buzzed In! क्या है?
Buzzed In! Casey Reed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Random Jeopardy questions for whenever you feel bored"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Buzzed In! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |