查IP
查找IP对应的地址。
What is 查IP?
查IP is a Chrome extension developed by oldj, and its main feature is "查找IP对应的地址。".
Extension Screenshots
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 | gabaabhlnpanpkjjhpaiaeliamhiaaea |
Official URL | https://chromewebstore.google.com/detail/%E6%9F%A5ip/gabaabhlnpanpkjjhpaiaeliamhiaaea |
Description | 查找IP对应的地址。 |
File Size | 128 KB |
Installation Count | 279 |
Current Version | 0.1.15 |
Last Updated | 2019-12-28 |
Publish Date | 2019-12-27 |
Rating | 4.00/5 Total 2 Ratings |
Developer | oldj |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u67e5IP", "version": "0.1.15", "description": "\u67e5\u627eIP\u5bf9\u5e94\u7684\u5730\u5740\u3002", "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "128": "images\/icon_128x128.png" }, "author": "oldj", "options_page": "options.html", "devtools_page": "devtools.html", "permissions": [], "browser_action": { "default_icon": "images\/icon_128x128.png", "default_title": "SearchIP", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "file:\/\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/main.css" ], "js": [ "jquery.js", "cf.js", "content.js", "lib_methods\/ipip.net.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "scripts": [ "bg.js" ] }, "web_accessible_resources": [] } |