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 |
官方網址 | 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 |
電子郵箱 | [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" } } |