QuizCheck
This extension helps increase efficiency of checking answers on your online open-notes homework
QuizCheck란 무엇입니까?
QuizCheck은(는) quiz-check에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps increase efficiency of checking answers on your online open-notes homework"입니다.
확장 프로그램 스크린샷
QuizCheck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚨Save time and stop losing unnecessary points on homework assignments 📚 You will find that you no longer need to flip back through your notes or through the assignment chapter to find or double-check your answers. ✔️ Simply highlight the question with your mouse, right click and click “Search with QuizCheck” wait a couple seconds and click the pinned icon in the top right of Google Chrome and the answer will be right there, as simple as that! ➡️ You may have to complete a captcha from time to time but this is completely normal and takes a minimal amount of time. ❗ Works on both mac and PC
확장 프로그램 기본 정보
이름 | QuizCheck |
ID | phdnednhiaokcioenfnmfnbkkpnamppp |
공식 URL | https://chromewebstore.google.com/detail/quizcheck/phdnednhiaokcioenfnmfnbkkpnamppp |
설명 | This extension helps increase efficiency of checking answers on your online open-notes homework |
파일 크기 | 252 KB |
설치 횟수 | 537 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2023-05-31 |
출시 날짜 | 2022-12-08 |
평점 | 5.00/5 총 16 개의 평점 |
개발자 | quiz-check |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.2.0", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "icons": { "128": "assets\/img\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/img\/128.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus", "tabs", "identity" ], "host_permissions": [ "*:\/\/*.google.com\/*", "*:\/\/*.quizlet.com\/*" ], "oauth2": { "client_id": "701243410138-ugoh6h5fpvhs18hhkh3po8aude4g75mr.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |