Country Flag +
Shows country flag based on the server location for any website.
什麼是Country Flag +?
Country Flag +是由Grephy開發的Chrome擴展程式,該擴展的主要功能是“Shows country flag based on the server location for any website.”。
擴展截圖
下載Country Flag +擴展crx文件
下載Country Flag +擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Country Flag extension displays a flag based on the location of the website's server (active tab's URL). Pressing the toolbar icon (flag) shows you a popup with detailed info about the server, including the country name, server IP address, and coordinates metrics (latitude and longitude). Within the options page, you can change the toolbar icon size (available in 3 different sizes). Moreover, the flag icon's tooltip text shows brief info about the server's geo location. Note: To get the flag and location of the website's server, this add-on uses only a local database which is stored in the add-on's package. Once you open the popup, it will show you details about the current flag. To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/flag-plus.html) and fill out the bug report form.
擴展基本資訊
名稱 | Country Flag + |
ID | afphlhklnamnlglgnmnidbcpiigodhaj |
官方網址 | https://chromewebstore.google.com/detail/country-flag-+/afphlhklnamnlglgnmnidbcpiigodhaj |
簡介 | Shows country flag based on the server location for any website. |
檔案大小 | 3.58 MB |
安裝次數 | 6,488 |
目前版本 | 0.2.6 |
更新時間 | 2023-09-20 |
上架時間 | 2019-12-18 |
評分 | 3.83/5 共 24 次評分 |
開發者 | Grephy |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/flag-plus.html |
說明頁面URL | https://mybrowseraddon.com/flag-plus.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.6", "manifest_version": 3, "name": "Country Flag +", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "webRequest" ], "homepage_url": "https:\/\/mybrowseraddon.com\/flag-plus.html", "description": "Shows country flag based on the server location for any website.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_title": "Country Flag +", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |