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.”。

扩展截图

screenshot
screenshot
screenshot

下载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. :)                    

扩展基本信息

名称 QuizCards: World Capitals QuizCards: World Capitals
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
电子邮箱 [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"
    }
}