Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Japanese Flashcardsとは何ですか?
Japanese FlashcardsはThomasによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.」です。
拡張機能のスクリーンショット
Japanese Flashcards拡張機能のCRXファイルをダウンロード
Japanese Flashcards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Japanese Flashcards is a simple Chrome extension made to help you learn your Japanese Kanjis and/or your vocabulary ! It will create a pop-up every X minutes ( X being a setting ) showing you a kanji or a vocabulary word. It will also replace the new-tab by a random kanji and/or vocabulary word.
拡張機能の基本情報
名前 | |
ID | oibcinmaboibomajafiipfhacoohddko |
公式URL | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
説明 | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
ファイルサイズ | 82.01 KB |
インストール数 | 247 |
現在のバージョン | 0.5 |
最終更新日 | 2019-07-01 |
公開日 | 2019-07-01 |
評価 | 3.14/5 合計 7 レビュー |
開発者 | Thomas |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Japanese Flashcards", "description": "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.", "version": "0.5", "background": { "scripts": [ "js\/core.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Japanese Flashcards Settings" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "bookmarks" ] } |