Quizlet Image Adder

Automatically add images to or remove images from all Quizlet cards.

Quizlet Image Adderとは何ですか?

Quizlet Image AdderはChris Barkachiによって開発されたChromeの拡張機能で、その主な機能は「Automatically add images to or remove images from all Quizlet cards.」です。

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

screenshot
screenshot

Quizlet Image Adder拡張機能のCRXファイルをダウンロード

Quizlet Image Adder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✅ A handy Quizlet add-on that will save you the manual effort of adding an image to each card. The extension won't change images for cards you've already set.

✅ Doesn't require Quizlet Plus (recommended image search is built into Quizlet but you must manually add an image to each card in your set).

🔃 Make sure to refresh after installing.

🖱 To use the extension, navigate to the "Edit" page of your set. Sit back, relax, and watch as your cards come to life.                    

拡張機能の基本情報

名前 Quizlet Image Adder Quizlet Image Adder
ID gflmkjgkabemkmdkinacnafbkgbihomp
公式URL https://chromewebstore.google.com/detail/quizlet-image-adder/gflmkjgkabemkmdkinacnafbkgbihomp
説明 Automatically add images to or remove images from all Quizlet cards.
ファイルサイズ 16.41 KB
インストール数 130
現在のバージョン 1.2
最終更新日 2020-08-15
公開日 2020-07-25
評価 4.00/5 合計 4 レビュー
開発者 Chris Barkachi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizlet Image Adder",
    "version": "1.2",
    "description": "Automatically add images to or remove images from all Quizlet cards.",
    "manifest_version": 2,
    "icons": {
        "128": "abc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/quizlet.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "abc.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}