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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |