Quizlet to LangStudy

Import Quizlet studysets to Lang

Quizlet to LangStudyとは何ですか?

Quizlet to LangStudyはhttps://langstudy.techによって開発されたChromeの拡張機能で、その主な機能は「Import Quizlet studysets to Lang」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Quizlet to LangStudy Quizlet to LangStudy
ID ckmfofefmcaieajjkelnakglpkkmeomd
公式URL 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
Eメール [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"
    }
}