Ip Location
Locate Yourself !
什么是Ip Location?
Ip Location是由gpoirrier78开发的Chrome扩展程序,该扩展的主要功能是“Locate Yourself !”。
扩展截图
下载Ip Location扩展crx文件
下载Ip Location扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension allows you to locate yourself thanks to your public IP address. An awesome flag icon is shown on the top bar to show your location, and your location can be displayed on a map, if available. Fork me ! https://github.com/GuillaumePoirrier/IpLocation.git Icons credit : Freepik, from www.flaticon.com
扩展基本信息
名称 | Ip Location |
ID | jckhobchpljnnodjdfaifbjhaddajdhk |
官方URL | https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk |
简介 | Locate Yourself ! |
文件大小 | 1.13 MB |
安装次数 | 141 |
当前版本 | 0.0.6 |
更新时间 | 2020-04-13 |
上架时间 | 2020-04-13 |
评分 | 5.00/5 共3次评分 |
开发者 | gpoirrier78 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ip Location", "description": "Locate Yourself !", "version": "0.0.6", "icons": { "24": "img\/icon\/icon-24.png", "48": "img\/icon\/icon-48.png", "64": "img\/icon\/icon-64.png", "128": "img\/icon\/icon-128.png", "256": "img\/icon\/icon-256.png" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": "img\/icon\/icon-64.png", "default_popup": "popup\/popup.html" } } |