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”。
擴展截圖
下載Learn Flags (Popup Game)擴展crx文件
下載Learn Flags (Popup Game)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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) |
ID | anobmokgfdlmbafhgfejfcnddhdkofej |
官方網址 | 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" } } |