Quizlet++
Extension that modifies Quizlet for more "features".
Cos'è Quizlet++?
Quizlet++ è un'estensione di Chrome sviluppata da https://tigertjj.com, e la sua funzione principale è "Extension that modifies Quizlet for more "features".".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quizlet++
Scarica i file di estensione Quizlet++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Imagine working on a Quizlet. Now, imagine that it was too easy. Like, really easy. That could be you. Do your work in no time, while at the same time, look like you're doing work, with even the nosiest teachers looking down your shoulder. Get Quizlet++ today. Currently supports: Learn Mode Write Mode Match Mode - Highlights correct answers on hover for multiple choice and match - Types correct answer for written questions
Informazioni di Base sull'Estensione
Nome | Quizlet++ |
ID | ikpjogookicblaeiilbdjmgbdjkhpjjg |
URL Ufficiale | https://chromewebstore.google.com/detail/quizlet++/ikpjogookicblaeiilbdjmgbdjkhpjjg |
Descrizione | Extension that modifies Quizlet for more "features". |
Dimensione del File | 55.48 KB |
Conteggio Installazioni | 4,159 |
Versione Corrente | Beta Build 7 |
Ultimo Aggiornamento | 2023-12-27 |
Data di Pubblicazione | 2020-09-16 |
Valutazione | 3.54/5 Totale 13 Valutazioni |
Sviluppatore | https://tigertjj.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tigertjj.com/portfolio/quizletpp/ |
URL della Pagina di Aiuto | https://tigertjj.com/portfolio/quizletpp/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet++", "manifest_version": 3, "description": "Extension that modifies Quizlet for more \"features\".", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "short_name": "Q++", "version": "1.7.0", "version_name": "Beta Build 7", "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*\/learn*" ], "js": [ "jquery_3.4.1_slim_min.js", "learn-inject1.js", "combined.js" ] }, { "matches": [ "https:\/\/quizlet.com\/*\/write*" ], "js": [ "jquery_3.4.1_slim_min.js", "write-inject1.js", "write.js" ] }, { "matches": [ "https:\/\/quizlet.com\/*\/match*" ], "js": [ "jquery_3.4.1_slim_min.js", "match-inject1.js", "match.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/quizlet.com\/*" ], "resources": [ "learn-inject2.js", "write-inject2.js", "match-inject2.js" ] } ] } |