New Tab? Flag!

Learn the flags of the world without even trying!

Apa itu New Tab? Flag!?

New Tab? Flag! adalah ekstensi Chrome yang dikembangkan oleh Alec Ashford, dan fitur utamanya adalah "Learn the flags of the world without even trying!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab? Flag!

Unduh file ekstensi New Tab? Flag! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama New Tab? Flag! New Tab? Flag!
ID lagcgenebmlhjhclaoakigmljeipmamg
URL Resmi https://chrome.google.com/webstore/detail/new-tab-flag/lagcgenebmlhjhclaoakigmljeipmamg
Deskripsi Learn the flags of the world without even trying!
Ukuran File 6.9 MB
Jumlah Instalasi 224
Versi Saat Ini 1.7
Terakhir Diperbarui 2015-04-29
Tanggal Publikasi 2015-04-29
Penilaian 3.42/5 Total 33 Penilaian
Pengembang Alec Ashford
Tipe Pembayaran free
Bahasa yang Didukung 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
}