Learn Flags (Popup Game)

Each time you click a random flag is displayed

Learn Flags (Popup Game)란 무엇입니까?

Learn Flags (Popup Game)은(는) Popup Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Each time you click a random flag is displayed"입니다.

확장 프로그램 스크린샷

screenshot

Learn Flags (Popup Game) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}