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
官方網址 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
}