Quizlet to LangStudy
Import Quizlet studysets to Lang
什麼是Quizlet to LangStudy?
Quizlet to LangStudy是由https://langstudy.tech開發的Chrome擴展程式,該擴展的主要功能是“Import Quizlet studysets to Lang”。
擴展截圖
下載Quizlet to LangStudy擴展crx文件
下載Quizlet to LangStudy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Convert any Quizlet Study Set to a Lang Studysheet to study for free and use state of the art AI tools. This extension allows you to bypass Quizlet's paywalls as it uploads the Study Set to Lang Study for free and easy studying.
擴展基本資訊
名稱 | |
ID | ckmfofefmcaieajjkelnakglpkkmeomd |
官方網址 | https://chromewebstore.google.com/detail/quizlet-to-langstudy/ckmfofefmcaieajjkelnakglpkkmeomd |
簡介 | Import Quizlet studysets to Lang |
檔案大小 | 28.99 KB |
安裝次數 | 49 |
目前版本 | 1.1 |
更新時間 | 2024-02-14 |
上架時間 | 2023-10-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://langstudy.tech |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://langstudy.tech/langlegal.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quizlet to LangStudy", "version": "1.1", "description": "Import Quizlet studysets to Lang", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "js": [ "scripts\/quizlet.js" ], "matches": [ "https:\/\/www.quizlet.com\/*", "https:\/\/quizlet.com\/*" ] }, { "js": [ "scripts\/lang.js" ], "matches": [ "https:\/\/langstudy.tech\/*" ] } ], "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } } |