查看我的IP
查看我的电脑当前的公网IP
What is 查看我的IP?
查看我的IP is a Chrome extension developed by jerome891585360, and its main feature is "查看我的电脑当前的公网IP".
Download 查看我的IP Extension CRX File
Download 查看我的IP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
查看IP地址
Extension Basic Information
Name | 查看我的IP |
ID | injbnlpofaggibmndndambcepchkfjoc |
Official URL | https://chromewebstore.google.com/detail/%E6%9F%A5%E7%9C%8B%E6%88%91%E7%9A%84ip/injbnlpofaggibmndndambcepchkfjoc |
Description | 查看我的电脑当前的公网IP |
File Size | 12.45 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2017-01-21 |
Publish Date | 2017-01-20 |
Developer | jerome891585360 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u67e5\u770b\u6211\u7684IP", "version": "1.0", "description": "\u67e5\u770b\u6211\u7684\u7535\u8111\u5f53\u524d\u7684\u516c\u7f51IP", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "\u67e5\u770b\u6211\u7684IP", "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.ip138.com\/query\/?token=2053824669284af67b934ad737a879f7" ] } |