Fiszkoteka - create flashcards from webpage

This will extract the most important vocabulary and create flashcards

ما هو Fiszkoteka - create flashcards from webpage؟

Fiszkoteka - create flashcards from webpage هو إضافة Chrome تم تطويرها بواسطة Fiszkoteka.pl، والميزة الرئيسية لها هي "This will extract the most important vocabulary and create flashcards".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Fiszkoteka - create flashcards from webpage

قم بتنزيل ملفات الامتداد Fiszkoteka - create flashcards from webpage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tworzenie fiszek z dowolnej strony www.                    

معلومات أساسية عن التمديد

الاسم Fiszkoteka - create flashcards from webpage Fiszkoteka - create flashcards from webpage
ID jfghnojhdfcilhgainnichephbahoidj
عنوان URL الرسمي https://chromewebstore.google.com/detail/fiszkoteka-create-flashca/jfghnojhdfcilhgainnichephbahoidj
الوصف This will extract the most important vocabulary and create flashcards
حجم الملف 115 KB
عدد التثبيتات 524
النسخة الحالية 0.4.2.29268
آخر تحديث 2016-11-18
تاريخ النشر 2016-11-18
تقييم 4.33/5 مجموع تقييمات 9
المطور Fiszkoteka.pl
نوع الدفع free
اللغات المدعومة 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"
    }
}