Fiszkoteka - create flashcards from webpage

This will extract the most important vocabulary and create flashcards

Cos'è Fiszkoteka - create flashcards from webpage?

Fiszkoteka - create flashcards from webpage è un'estensione di Chrome sviluppata da Fiszkoteka.pl, e la sua funzione principale è "This will extract the most important vocabulary and create flashcards".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Fiszkoteka - create flashcards from webpage

Scarica i file di estensione Fiszkoteka - create flashcards from webpage 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

                        Tworzenie fiszek z dowolnej strony www.                    

Informazioni di Base sull'Estensione

Nome Fiszkoteka - create flashcards from webpage Fiszkoteka - create flashcards from webpage
ID jfghnojhdfcilhgainnichephbahoidj
URL Ufficiale https://chromewebstore.google.com/detail/fiszkoteka-create-flashca/jfghnojhdfcilhgainnichephbahoidj
Descrizione This will extract the most important vocabulary and create flashcards
Dimensione del File 115 KB
Conteggio Installazioni 524
Versione Corrente 0.4.2.29268
Ultimo Aggiornamento 2016-11-18
Data di Pubblicazione 2016-11-18
Valutazione 4.33/5 Totale 9 Valutazioni
Sviluppatore Fiszkoteka.pl
Tipo di Pagamento free
Lingue Supportate en,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_Fiszkoteka_extName__",
    "short_name": "Fiszkoteka",
    "description": "__MSG_Fiszkoteka_extDescription__",
    "version": "0.4.2.29268",
    "service": "fiszkoteka_pl",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery-1.10.2.js",
                "content_script.js",
                "shared_functions.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "shared_functions.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "fishicon19x19.png"
    },
    "icons": {
        "16": "fishicon19x19.png",
        "128": "fishicon128x128.png"
    }
}