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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}