whois信息查询
查询域名whois信息,注册信息,whois反查,历史whois等
What is whois信息查询?
whois信息查询 is a Chrome extension developed by www.22.cn, and its main feature is "查询域名whois信息,注册信息,whois反查,历史whois等".
Extension Screenshots
Download whois信息查询 Extension CRX File
Download whois信息查询 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
查询域名whois信息,注册信息,whois反查,历史whois
Extension Basic Information
Name | whois信息查询 |
ID | cgefoimnkbfojgdpnihgodldkifjnbnj |
Official URL | https://chromewebstore.google.com/detail/whois%E4%BF%A1%E6%81%AF%E6%9F%A5%E8%AF%A2/cgefoimnkbfojgdpnihgodldkifjnbnj |
Description | 查询域名whois信息,注册信息,whois反查,历史whois等 |
File Size | 44.95 KB |
Installation Count | 84 |
Current Version | 1.0.0 |
Last Updated | 2019-07-23 |
Publish Date | 2019-07-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | www.22.cn |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whois\u4fe1\u606f\u67e5\u8be2", "description": "\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f\uff0c\u6ce8\u518c\u4fe1\u606f\uff0cwhois\u53cd\u67e5,\u5386\u53f2whois\u7b49", "version": "1.0.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "whois.png", "default_title": "\u57df\u540dwhois\u67e5\u8be2", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "contextMenus" ], "icons": { "16": "whois.png", "48": "whois.png", "128": "whois.png" } } |