Learn Flags (Popup Game)

Each time you click a random flag is displayed

¿Qué es Learn Flags (Popup Game)?

Learn Flags (Popup Game) es una extensión de Chrome desarrollada por Popup Games, y su función principal es "Each time you click a random flag is displayed".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Learn Flags (Popup Game)

Descarga archivos de extensión Learn Flags (Popup Game) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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%                    

Información Básica de la Extensión

Nombre Learn Flags (Popup Game) Learn Flags (Popup Game)
ID anobmokgfdlmbafhgfejfcnddhdkofej
URL Oficial https://chromewebstore.google.com/detail/learn-flags-popup-game/anobmokgfdlmbafhgfejfcnddhdkofej
Descripción Each time you click a random flag is displayed
Tamaño del Archivo 4.12 MB
Cantidad de Instalaciones 450
Versión Actual 1.2
Última Actualización 2020-07-18
Fecha de Publicación 2020-07-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Popup Games
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}