QuizCards: World Capitals

Use these interactive browser-based flash cards to easily learn the world capitals.

QuizCards: World Capitals là gì?

QuizCards: World Capitals là một tiện ích mở rộng Chrome được phát triển bởi https://www.quizcards.info, và tính năng chính của nó là "Use these interactive browser-based flash cards to easily learn the world capitals.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuizCards: World Capitals

Tải xuống các tệp mở rộng QuizCards: World Capitals dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuizCards: World Capitals QuizCards: World Capitals
ID nikenaeclebghemphbkfedjndafkfjan
URL Chính Thức https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan
Mô tả Use these interactive browser-based flash cards to easily learn the world capitals.
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-07-13
Ngày Phát Hành 2013-06-15
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.quizcards.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pamelafox/chrome-cards
URL Trang Trợ Giúp https://github.com/pamelafox/chrome-cards/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}