Quizlet++
Extension that modifies Quizlet for more "features".
什麼是Quizlet++?
Quizlet++是由https://tigertjj.com開發的Chrome擴展程式,該擴展的主要功能是“Extension that modifies Quizlet for more "features".”。
擴展截圖
下載Quizlet++擴展crx文件
下載Quizlet++擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Quizlet++ |
ID | ikpjogookicblaeiilbdjmgbdjkhpjjg |
官方網址 | https://chromewebstore.google.com/detail/quizlet++/ikpjogookicblaeiilbdjmgbdjkhpjjg |
簡介 | Extension that modifies Quizlet for more "features". |
檔案大小 | 55.48 KB |
安裝次數 | 4,159 |
目前版本 | Beta Build 7 |
更新時間 | 2023-12-27 |
上架時間 | 2020-09-16 |
評分 | 3.54/5 共 13 次評分 |
開發者 | https://tigertjj.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://tigertjj.com/portfolio/quizletpp/ |
說明頁面URL | https://tigertjj.com/portfolio/quizletpp/ |
支援的語言 | 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" ] } ] } |