Quizlet Automator
This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode'
Quizlet Automator란 무엇입니까?
Quizlet Automator은(는) williamspencerdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode'"입니다.
Quizlet Automator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension automates Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode', providing a simple, minimalistic design interface. When on a 'Write Mode' or 'Learn Mode' web page, simply click the icon in the extensions bar and press the minimalistic, well-labeled button. Should the extension not work the first time, simply reload the page and complete the same process again. Happy Not-Quizletting! Version Notes: 0.3.1: Bugfixes 0.3.0: Introduced support for Test Mode automation! 0.2.1: Fixed description 0.2.0: Introduced support for Learn Mode automation! 0.1.3: Minor bugfix / restructuring 0.1.2: Fixed further initial bugs 0.1.1: Fixed initial bugs 0.1.0: Initial Release
확장 프로그램 기본 정보
이름 | |
ID | mkpliafdkeackpndnjgeaiopggidjinp |
공식 URL | https://chrome.google.com/webstore/detail/quizlet-automator/mkpliafdkeackpndnjgeaiopggidjinp |
설명 | This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode' |
파일 크기 | 37.24 KB |
설치 횟수 | 803 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2018-05-30 |
출시 날짜 | 2018-05-30 |
평점 | 3.10/5 총 10 개의 평점 |
개발자 | williamspencerdev |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quizlet Automator", "description": "This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode'", "version": "0.3.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "QA Options" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |