Jelly

A Chrome extension to automatically create flashcards

What is Jelly?

Jelly is a Chrome extension developed by patricknaughton01, and its main feature is "A Chrome extension to automatically create flashcards".

Extension Screenshots

screenshot

Download Jelly Extension CRX File

Download Jelly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
Official URL https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
Description A Chrome extension to automatically create flashcards
File Size 1010 KB
Installation Count 71
Current Version 0.4
Last Updated 2018-09-17
Publish Date 2018-09-16
Rating 4.00/5 Total 1 Ratings
Developer patricknaughton01
Payment Type free
Supported Languages 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"
    ]
}