QuizCards: World Capitals
Use these interactive browser-based flash cards to easily learn the world capitals.
QuizCards: World Capitalsとは何ですか?
QuizCards: World Capitalsはhttps://www.quizcards.infoによって開発されたChromeの拡張機能で、その主な機能は「Use these interactive browser-based flash cards to easily learn the world capitals.」です。
拡張機能のスクリーンショット
QuizCards: World Capitals拡張機能のCRXファイルをダウンロード
QuizCards: World Capitals拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension puts a icon on your browser bar and whenever you click that icon, you're presented with a question about the capitals of the world. It remembers what you answer correctly and incorrectly, and uses those statistics to figure out what cards to show you more often. A fun and educational way to learn geography while waiting for websites to load. :)
拡張機能の基本情報
名前 | |
ID | nikenaeclebghemphbkfedjndafkfjan |
公式URL | https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan |
説明 | Use these interactive browser-based flash cards to easily learn the world capitals. |
ファイルサイズ | 2.25 MB |
インストール数 | 276 |
現在のバージョン | 3.0.0 |
最終更新日 | 2022-07-13 |
公開日 | 2013-06-15 |
評価 | 4.11/5 合計 9 レビュー |
開発者 | https://www.quizcards.info |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/pamelafox/chrome-cards |
ヘルプページのURL | https://github.com/pamelafox/chrome-cards/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuizCards: World Capitals", "version": "3.0.0", "manifest_version": 3, "description": "Use these interactive browser-based flash cards to easily learn the world capitals.", "permissions": [ "storage", "alarms" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_title": "Show the next flash card!", "default_icon": "browser_icon.png", "default_popup": "popup.html" } } |