Jelly

A Chrome extension to automatically create flashcards

Co to jest Jelly?

Jelly to rozszerzenie Chrome opracowane przez patricknaughton01, a jego główną funkcją jest „A Chrome extension to automatically create flashcards”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Jelly

Pobierz pliki rozszerzeń Jelly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
Oficjalny URL https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
Opis A Chrome extension to automatically create flashcards
Rozmiar pliku 1010 KB
Liczba instalacji 71
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2018-09-17
Data Publikacji 2018-09-16
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper patricknaughton01
Typ Płatności free
Obsługiwane Języki 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"
    ]
}