IPvBar
Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
什么是IPvBar?
IPvBar是由TxThinking开发的Chrome扩展程序,该扩展的主要功能是“Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.”。
扩展截图
下载IPvBar扩展crx文件
下载IPvBar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you install IPvBar, the IPvBar icon will appear on your chrome. When you are browsing the website, click on the IPvBar icon, and you will see the domain name list, IP list and IP corresponding country information of the current web page request.
扩展基本信息
名称 | |
ID | copjmgogifdfjkaenpallapiidcpkjbm |
官方URL | https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm |
简介 | Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements. |
文件大小 | 3.03 MB |
安装次数 | 82 |
当前版本 | 2021.4.15 |
更新时间 | 2021-04-17 |
上架时间 | 2020-05-02 |
评分 | 3.67/5 共3次评分 |
开发者 | TxThinking |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/txthinking/ipvbar |
帮助页面URL | https://github.com/txthinking/ipvbar |
隐私政策页面URL | https://www.txthinking.com/privacy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPvBar", "manifest_version": 2, "version": "2021.4.15", "minimum_chrome_version": "26", "description": "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.", "homepage_url": "https:\/\/github.com\/txthinking\/ipvbar", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "scripts": [ "common.js", "wasm_exec.js", "client.js", "b.js", "background.js" ] }, "page_action": { "dummy": "http:\/\/crbug.com\/86449" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'", "permissions": [ "contextMenus", "storage", "tabs", "webNavigation", "webRequest", " |