Jelly

A Chrome extension to automatically create flashcards

Jellyとは何ですか?

Jellyはpatricknaughton01によって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to automatically create flashcards」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
公式URL https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
説明 A Chrome extension to automatically create flashcards
ファイルサイズ 1010 KB
インストール数 71
現在のバージョン 0.4
最終更新日 2018-09-17
公開日 2018-09-16
評価 4.00/5 合計 1 レビュー
開発者 patricknaughton01
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jelly",
    "version": "0.4",
    "description": "A Chrome extension to automatically create flashcards",
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/jquery-3.3.1.min.js",
                "js\/quizletinject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/anki_logo.jpg",
        "img\/quizlet_logo.png",
        "img\/loading.gif",
        "html\/card-template.html",
        "html\/notification.html",
        "html\/anki\/text-fb-card.html"
    ],
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ]
}