New Tab? Flag!

Learn the flags of the world without even trying!

New Tab? Flag! là gì?

New Tab? Flag! là một tiện ích mở rộng Chrome được phát triển bởi Alec Ashford, và tính năng chính của nó là "Learn the flags of the world without even trying!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab? Flag!

Tải xuống các tệp mở rộng New Tab? Flag! 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

                        Love flags? Me too! This is a Chrome extension that replaces Chrome's new tab page with a random country's flag and name. Featuring over 250 individual flags, you'll learn all of the flags of the world without even trying!

All flags are rendered in beautiful SVG, meaning HD presentation on any screen size.

If you enjoy the app please remember to rate and review!

NEW FEATURES!!!
1.0: Includes all flags of US states and Canadian provinces. These can be turned on and off in the settings.
1.1 Clicking on a country's label now brings you to its Wikipedia page
1.4 Additional flag packs: Australian states, supranational unions, and Soviet republics

Most graphics are from Wikimedia and are in the public domain. For full credits, see the repository:
https://github.com/alecashford/vexilology_chrome_extension                    

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

Tên New Tab? Flag! New Tab? Flag!
ID lagcgenebmlhjhclaoakigmljeipmamg
URL Chính Thức https://chrome.google.com/webstore/detail/new-tab-flag/lagcgenebmlhjhclaoakigmljeipmamg
Mô tả Learn the flags of the world without even trying!
Kích Thước Tệp 6.9 MB
Số Lần Cài Đặt 224
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2015-04-29
Ngày Phát Hành 2015-04-29
Đánh Giá 3.42/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Alec Ashford
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab? Flag!",
    "description": "Learn the flags of the world without even trying!",
    "version": "1.7",
    "chrome_url_overrides": {
        "newtab": "vexillology.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2
}