Learn Flags (Popup Game)

Each time you click a random flag is displayed

Learn Flags (Popup Game) क्या है?

Learn Flags (Popup Game) Popup Games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Each time you click a random flag is displayed"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Learn Flags (Popup Game) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Learn flags quickly! Each time you click a random flag is displayed with its name.

Useful if you want to learn flags or just look through when bored.

Features:
* Easily accessible in a single click
* Hide flag names so you can try and guess them
* Flag images and names stored offline for use without internet
* Flag list is shuffled when the popup is opened so there will be no repeats until you reach the end of all 254 flags

Changelog:
v1.1:
* Added hide flag name button
* Added flag preloading for the next 3 images
* Improved UI and animations

v1.2:
* Scaled down all flag images to 20%
* Removed fade animations entirely
* Fixed incorrect database entries
* Scaled down nepal flag to 15%                    

एक्सटेंशन की मूल जानकारी

नाम Learn Flags (Popup Game) Learn Flags (Popup Game)
ID anobmokgfdlmbafhgfejfcnddhdkofej
आधिकारिक URL https://chromewebstore.google.com/detail/learn-flags-popup-game/anobmokgfdlmbafhgfejfcnddhdkofej
विवरण Each time you click a random flag is displayed
फ़ाइल का आकार 4.12 MB
स्थापना संख्या 450
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-07-18
प्रकाशन तिथि 2020-07-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Popup Games
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn Flags (Popup Game)",
    "short_name": "Learn Flags",
    "version": "1.2",
    "description": "Each time you click a random flag is displayed",
    "icons": {
        "19": "icon_19.png",
        "38": "icon_38.png",
        "128": "icon_128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Learn Flags",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_popup": "popup.html"
    }
}