IP Address of the website
Get IP address of the website
什么是IP Address of the website?
IP Address of the website是由https://thebyteseffect.com开发的Chrome扩展程序,该扩展的主要功能是“Get IP address of the website”。
扩展截图
下载IP Address of the website扩展crx文件
下载IP Address of the website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find IP address of the website you need. Just click in the extension it will get you the current website ip address. This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed. This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.
扩展基本信息
名称 | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
官方URL | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
简介 | Get IP address of the website |
文件大小 | 83.88 KB |
安装次数 | 166 |
当前版本 | 1.0.3 |
更新时间 | 2021-01-20 |
上架时间 | 2020-05-27 |
开发者 | https://thebyteseffect.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "name": "IP Address of the website", "description": "Get IP address of the website", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Get IP address of the website", "default_popup": "popup.html", "default_icon": { "48": "2.png" } }, "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "activeTab" ], "manifest_version": 2 } |