Jelly

A Chrome extension to automatically create flashcards

Qu'est-ce que Jelly ?

Jelly est une extension Chrome développée par patricknaughton01, et sa fonction principale est "A Chrome extension to automatically create flashcards".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jelly

Téléchargez les fichiers d'extension Jelly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
URL Officiel https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
Description A Chrome extension to automatically create flashcards
Taille du Fichier 1010 KB
Nombre d'Installations 71
Version Actuelle 0.4
Dernière Mise à Jour 2018-09-17
Date de Publication 2018-09-16
Évaluation 4.00/5 Total 1 Évaluations
Développeur patricknaughton01
Type de Paiement free
Langues Prises en Charge 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"
    ]
}