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
官方網址 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"
    ]
}