Country Flags & IP WhoIs
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.
什么是Country Flags & IP WhoIs?
Country Flags & IP WhoIs是由https://country-flags.freebusinessapps.net开发的Chrome扩展程序,该扩展的主要功能是“This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.”。
扩展截图
下载Country Flags & IP WhoIs扩展crx文件
下载Country Flags & IP WhoIs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. This helps to adds an extra layer of awareness to your browsing and can be useful to indicate the native languages and legal jurisdictions that may apply. Additional information about Geolocation or Whois info can be obtained if you are interested in who owns this website. The popup shows more information about the domain. Details which show up are Alexa and Quantcast ranking and the MyWOT reputation. MyWOT allows you to check whether the website is safe to browse or not.
扩展基本信息
名称 | Country Flags & IP WhoIs |
ID | mmofdhnjnlpajodgpagjeokihenphfii |
官方URL | https://chromewebstore.google.com/detail/country-flags-ip-whois/mmofdhnjnlpajodgpagjeokihenphfii |
简介 | This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. |
文件大小 | 350 KB |
安装次数 | 105 |
当前版本 | 3.0.0 |
更新时间 | 2022-04-29 |
上架时间 | 2020-07-01 |
评分 | 4.00/5 共3次评分 |
开发者 | https://country-flags.freebusinessapps.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "description": " This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. ", "icons": { "128": "Images\/icons\/icon_128.png", "16": "Images\/icons\/icon-16.png", "19": "Images\/icons\/icon_19.png", "24": "Images\/icons\/icon-24.png", "256": "Images\/icons\/icon-256.png", "32": "Images\/icons\/icon-32.png", "48": "Images\/icons\/icon-48.png", "64": "Images\/icons\/icon-64.png" }, "manifest_version": 3, "name": "Country Flags & IP WhoIs", "offline_enabled": true, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/ipapi.co\/*" ], "version": "3.0.0", "action": { "default_icon": { "128": "Images\/icons\/icon_128.png", "19": "Images\/icons\/icon_19.png" }, "default_popup": "popup.html", "default_title": "Country Flags & IP WhoIs" }, "homepage_url": "https:\/\/country-flags.freebusinessapps.net\/" } |