Fiszkoteka - create flashcards from webpage

This will extract the most important vocabulary and create flashcards

Apa itu Fiszkoteka - create flashcards from webpage?

Fiszkoteka - create flashcards from webpage adalah ekstensi Chrome yang dikembangkan oleh Fiszkoteka.pl, dan fitur utamanya adalah "This will extract the most important vocabulary and create flashcards".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Fiszkoteka - create flashcards from webpage

Unduh file ekstensi Fiszkoteka - create flashcards from webpage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Tworzenie fiszek z dowolnej strony www.                    

Informasi Dasar Ekstensi

Nama Fiszkoteka - create flashcards from webpage Fiszkoteka - create flashcards from webpage
ID jfghnojhdfcilhgainnichephbahoidj
URL Resmi https://chromewebstore.google.com/detail/fiszkoteka-create-flashca/jfghnojhdfcilhgainnichephbahoidj
Deskripsi This will extract the most important vocabulary and create flashcards
Ukuran File 115 KB
Jumlah Instalasi 524
Versi Saat Ini 0.4.2.29268
Terakhir Diperbarui 2016-11-18
Tanggal Publikasi 2016-11-18
Penilaian 4.33/5 Total 9 Penilaian
Pengembang Fiszkoteka.pl
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}