IPvFind
Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.
什么是IPvFind?
IPvFind是由TechnoFrat开发的Chrome扩展程序,该扩展的主要功能是“Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.”。
扩展截图
下载IPvFind扩展crx文件
下载IPvFind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | hlffckjgcofjabjnlmlfghidaafigbff |
| 官方URL | https://chromewebstore.google.com/detail/ipvfind/hlffckjgcofjabjnlmlfghidaafigbff |
| 简介 | Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record. |
| 文件大小 | 17.87 KB |
| 安装次数 | 51 |
| 当前版本 | 1.3 |
| 更新时间 | 2017-01-10 |
| 上架时间 | 2017-01-10 |
| 开发者 | TechnoFrat |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_chrome_extension_name__",
"version": "1.3",
"default_locale": "en",
"permissions": [
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"description": "__MSG_chrome_extension_description__",
"icons": {
"128": "img\/128vq.png",
"64": "img\/64vq.png"
},
"background": {
"page": "find.html",
"persistent": true
},
"browser_action": {
"default_icon": "img\/64q.png",
"default_title": "__MSG_chrome_extension_name__"
}
} | |