Quizlet Automator
This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode'
O que é Quizlet Automator?
Quizlet Automator é uma extensão do Chrome desenvolvida por williamspencerdev, e sua principal característica é "This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode'".
Baixar o arquivo CRX da Extensão Quizlet Automator
Baixe arquivos de extensão Quizlet Automator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | mkpliafdkeackpndnjgeaiopggidjinp |
URL Oficial | https://chrome.google.com/webstore/detail/quizlet-automator/mkpliafdkeackpndnjgeaiopggidjinp |
Descrição | This extension automatically completes Quizlet's 'Write Mode', 'Learn Mode', and 'Test Mode' |
Tamanho do Arquivo | 37.24 KB |
Contagem de Instalações | 803 |
Versão Atual | 0.3.1 |
Última Atualização | 2018-05-30 |
Data de Publicação | 2018-05-30 |
Classificação | 3.10/5 Total de 10 Avaliações |
Desenvolvedor | williamspencerdev |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |