Jelly

A Chrome extension to automatically create flashcards

Cos'è Jelly?

Jelly è un'estensione di Chrome sviluppata da patricknaughton01, e la sua funzione principale è "A Chrome extension to automatically create flashcards".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Jelly

Scarica i file di estensione Jelly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
URL Ufficiale https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
Descrizione A Chrome extension to automatically create flashcards
Dimensione del File 1010 KB
Conteggio Installazioni 71
Versione Corrente 0.4
Ultimo Aggiornamento 2018-09-17
Data di Pubblicazione 2018-09-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore patricknaughton01
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}