Fiszkoteka - create flashcards from webpage

This will extract the most important vocabulary and create flashcards

Wat is Fiszkoteka - create flashcards from webpage?

Fiszkoteka - create flashcards from webpage is een Chrome-extensie ontwikkeld door Fiszkoteka.pl, en de belangrijkste functie is "This will extract the most important vocabulary and create flashcards".

Extensie Screenshots

Download het CRX-bestand van de extensie Fiszkoteka - create flashcards from webpage

Download Fiszkoteka - create flashcards from webpage-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

                        Tworzenie fiszek z dowolnej strony www.                    

Basisinformatie over de Extensie

Naam Fiszkoteka - create flashcards from webpage Fiszkoteka - create flashcards from webpage
ID jfghnojhdfcilhgainnichephbahoidj
Officiële URL https://chromewebstore.google.com/detail/fiszkoteka-create-flashca/jfghnojhdfcilhgainnichephbahoidj
Beschrijving This will extract the most important vocabulary and create flashcards
Bestandsgrootte 115 KB
Aantal Installaties 524
Huidige Versie 0.4.2.29268
Laatst Bijgewerkt 2016-11-18
Publicatiedatum 2016-11-18
Beoordeling 4.33/5 Totaal 9 Beoordelingen
Ontwikkelaar Fiszkoteka.pl
Betalingswijze free
Ondersteunde Talen 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"
    }
}