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はFiszkoteka.plによって開発されたChromeの拡張機能で、その主な機能は「This will extract the most important vocabulary and create flashcards」です。

拡張機能のスクリーンショット

Fiszkoteka - create flashcards from webpage拡張機能のCRXファイルをダウンロード

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