Fiszkoteka - create flashcards from webpage

This will extract the most important vocabulary and create flashcards

What is Fiszkoteka - create flashcards from webpage?

Fiszkoteka - create flashcards from webpage is a Chrome extension developed by Fiszkoteka.pl, and its main feature is "This will extract the most important vocabulary and create flashcards".

Extension Screenshots

Download Fiszkoteka - create flashcards from webpage Extension CRX File

Download Fiszkoteka - create flashcards from webpage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tworzenie fiszek z dowolnej strony www.                    

Extension Basic Information

Name Fiszkoteka - create flashcards from webpage Fiszkoteka - create flashcards from webpage
ID jfghnojhdfcilhgainnichephbahoidj
Official URL https://chromewebstore.google.com/detail/fiszkoteka-create-flashca/jfghnojhdfcilhgainnichephbahoidj
Description This will extract the most important vocabulary and create flashcards
File Size 115 KB
Installation Count 524
Current Version 0.4.2.29268
Last Updated 2016-11-18
Publish Date 2016-11-18
Rating 4.33/5 Total 9 Ratings
Developer Fiszkoteka.pl
Payment Type free
Supported Languages 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"
    }
}