Quizlet to LangStudy
Import Quizlet studysets to Lang
Quizlet to LangStudy là gì?
Quizlet to LangStudy là một tiện ích mở rộng Chrome được phát triển bởi https://langstudy.tech, và tính năng chính của nó là "Import Quizlet studysets to Lang".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quizlet to LangStudy
Tải xuống các tệp mở rộng Quizlet to LangStudy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quizlet to LangStudy |
ID | ckmfofefmcaieajjkelnakglpkkmeomd |
URL Chính Thức | https://chromewebstore.google.com/detail/quizlet-to-langstudy/ckmfofefmcaieajjkelnakglpkkmeomd |
Mô tả | Import Quizlet studysets to Lang |
Kích Thước Tệp | 28.99 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2023-10-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://langstudy.tech |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://langstudy.tech/langlegal.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |