New Tab? Flag!
Learn the flags of the world without even trying!
New Tab? Flag! क्या है?
New Tab? Flag! Alec Ashford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn the flags of the world without even trying!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab? Flag! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |