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!」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 } |