Fiszkoteka - create flashcards from webpage

This will extract the most important vocabulary and create flashcards

Fiszkoteka - create flashcards from webpage là gì?

Fiszkoteka - create flashcards from webpage là một tiện ích mở rộng Chrome được phát triển bởi Fiszkoteka.pl, và tính năng chính của nó là "This will extract the most important vocabulary and create flashcards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Fiszkoteka - create flashcards from webpage

Tải xuống các tệp mở rộng Fiszkoteka - create flashcards from webpage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tworzenie fiszek z dowolnej strony www.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fiszkoteka - create flashcards from webpage Fiszkoteka - create flashcards from webpage
ID jfghnojhdfcilhgainnichephbahoidj
URL Chính Thức https://chromewebstore.google.com/detail/fiszkoteka-create-flashca/jfghnojhdfcilhgainnichephbahoidj
Mô tả This will extract the most important vocabulary and create flashcards
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 524
Phiên Bản Hiện Tại 0.4.2.29268
Cập Nhật Lần Cuối 2016-11-18
Ngày Phát Hành 2016-11-18
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Fiszkoteka.pl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}