Daily Quiz Tab
Quizzes and Daily Trivia offered by MyQuizDaily.com
Daily Quiz Tab란 무엇입니까?
Daily Quiz Tab은(는) https://myquizdaily.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quizzes and Daily Trivia offered by MyQuizDaily.com"입니다.
확장 프로그램 스크린샷
Daily Quiz Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Test your knowledge, de-stress and have fun with an engaging random quiz delivered in your new tab in Chrome. Scientists believe that taking short breaks for things like quizzes throughout the day increases productivity, brain sharpness, and overall personal wellness. The Daily Quiz Tab provides a simple way to take a quick break from the action. Get a random quiz delivered directly inside your new Chrome tab. By clicking ‘ADD TO CHROME‘, you accept and agree to install MyQuizDaily's Chrome extension, set the Chrome Default New Tab to MyQuizDaily Powered by Bing, and adhere to the Terms of Use and Privacy Policy. Not happy with the quiz provided to you? Just click on "Try Another Quiz" to get another randomly selected quiz served up. Or scroll through hundreds of available quizzes in categories like Sports, Animals, Entertainment, Geography, People, Math and Science. If you happen to be a movie buff or animal lover, you can even set the default categories for your daily quizzes so that you enjoy the quizzes you love most each day. Added features include the ability to select amazing tab backgrounds, or even upload your own.
확장 프로그램 기본 정보
이름 | Daily Quiz Tab |
ID | dnnngfmakkhmhkhpbncanlampbadljhg |
공식 URL | https://chromewebstore.google.com/detail/daily-quiz-tab/dnnngfmakkhmhkhpbncanlampbadljhg |
설명 | Quizzes and Daily Trivia offered by MyQuizDaily.com |
파일 크기 | 2.13 MB |
설치 횟수 | 40 |
현재 버전 | 13340ce-dev |
최근 업데이트 | 2021-06-28 |
출시 날짜 | 2021-04-29 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://myquizdaily.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://myquizdaily.com/page/myquizdaily-chrome-extension |
도움말 페이지 URL | https://myquizdaily.com/page/contact |
개인정보 보호 정책 페이지 URL | https://myquizdaily.com/page/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Quiz Tab", "description": "Quizzes and Daily Trivia offered by MyQuizDaily.com", "version": "2.0.1", "version_name": "13340ce-dev", "homepage_url": "https:\/\/myquizdaily.com", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "*:\/\/*.myquizdaily.com\/*" ], "chrome_url_overrides": { "newtab": "n.html" }, "options_ui": { "chrome_style": true, "page": "s.html" }, "offline_enabled": true, "incognito": "not_allowed", "content_security_policy": "default-src https:\/\/myquizdaily.com https:\/\/staging.myquizdaily.com; script-src 'self' 'sha256-NkasvhsqtYUNZWOXUQXh5guEkb2iqkq7j0ori3xl1bw=' https:\/\/myquizdaily.com https:\/\/staging.myquizdaily.com; style-src 'unsafe-inline'; img-src chrome:\/\/favicon data: https:\/\/*.imagekit.io;" } |