Learn Flags (Popup Game)

Each time you click a random flag is displayed

Qu'est-ce que Learn Flags (Popup Game) ?

Learn Flags (Popup Game) est une extension Chrome développée par Popup Games, et sa fonction principale est "Each time you click a random flag is displayed".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Learn Flags (Popup Game)

Téléchargez les fichiers d'extension Learn Flags (Popup Game) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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%                    

Informations de Base sur l'Extension

Nom Learn Flags (Popup Game) Learn Flags (Popup Game)
ID anobmokgfdlmbafhgfejfcnddhdkofej
URL Officiel https://chromewebstore.google.com/detail/learn-flags-popup-game/anobmokgfdlmbafhgfejfcnddhdkofej
Description Each time you click a random flag is displayed
Taille du Fichier 4.12 MB
Nombre d'Installations 450
Version Actuelle 1.2
Dernière Mise à Jour 2020-07-18
Date de Publication 2020-07-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Popup Games
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}