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"입니다.
확장 프로그램 스크린샷
Buzzed In! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |