Jelly

A Chrome extension to automatically create flashcards

Wat is Jelly?

Jelly is een Chrome-extensie ontwikkeld door patricknaughton01, en de belangrijkste functie is "A Chrome extension to automatically create flashcards".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jelly

Download Jelly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
Officiële URL https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
Beschrijving A Chrome extension to automatically create flashcards
Bestandsgrootte 1010 KB
Aantal Installaties 71
Huidige Versie 0.4
Laatst Bijgewerkt 2018-09-17
Publicatiedatum 2018-09-16
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar patricknaughton01
Betalingswijze free
Ondersteunde Talen 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"
    ]
}