IPaddress.is IP address lookup
Shows your internet ip address and give you general details about an IP address.
什么是IPaddress.is IP address lookup?
IPaddress.is IP address lookup是由https://ipaddress.is开发的Chrome扩展程序,该扩展的主要功能是“Shows your internet ip address and give you general details about an IP address.”。
扩展截图
下载IPaddress.is IP address lookup扩展crx文件
下载IPaddress.is IP address lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: 1.Display your internet ip address. 2.IP Address Lookup - Lets You Search for and Find Information About an IP Address including location, ISP, hostname etc. IP Address Lookup An IP address tells you where your visitor to your website is coming from. The same thing happens when you visit a website, a log will show where you are coming from. For most people, their IP address will change each time they go online as most people will not have a fixed IP address. An IP address identifies the country and general area where you are coming from but does not identify who you are personally. An IP address is a string of numbers that look like this – 1.4.255.255. To see where the IP address is located, you can perform an IP address LookUp at a website like http://ipaddress.is.
扩展基本信息
名称 | IPaddress.is IP address lookup |
ID | jkfennbngclgpnebihjpfdimddgiebdj |
官方URL | https://chromewebstore.google.com/detail/ipaddressis-ip-address-lo/jkfennbngclgpnebihjpfdimddgiebdj |
简介 | Shows your internet ip address and give you general details about an IP address. |
文件大小 | 12.79 KB |
安装次数 | 833 |
当前版本 | 1.1 |
更新时间 | 2013-11-16 |
上架时间 | 2013-11-16 |
评分 | 3.67/5 共15次评分 |
开发者 | https://ipaddress.is |
付费类型 | free |
扩展官网 | http://ipaddress.is |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPaddress.is IP address lookup", "description": "Shows your internet ip address and give you general details about an IP address.", "version": "1.1", "icons": { "16": "ico16.png", "48": "ico48.png", "128": "ico128.png" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "bg.js" ] }, "manifest_version": 2 } |