New Tab? Flag!

Learn the flags of the world without even trying!

什么是New Tab? Flag!?

New Tab? Flag!是由Alec Ashford开发的Chrome扩展程序,该扩展的主要功能是“Learn the flags of the world without even trying!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载New Tab? Flag!扩展crx文件

下载New Tab? Flag!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 New Tab? Flag! New Tab? Flag!
ID lagcgenebmlhjhclaoakigmljeipmamg
官方URL https://chrome.google.com/webstore/detail/new-tab-flag/lagcgenebmlhjhclaoakigmljeipmamg
简介 Learn the flags of the world without even trying!
文件大小 6.9 MB
安装次数 224
当前版本 1.7
更新时间 2015-04-29
上架时间 2015-04-29
评分 3.42/5 共33次评分
开发者 Alec Ashford
付费类型 free
支持的语言 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
}