Whois DNS Lookup
Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
什么是Whois DNS Lookup?
Whois DNS Lookup是由sammeras2开发的Chrome扩展程序,该扩展的主要功能是“Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.”。
扩展截图
下载Whois DNS Lookup扩展crx文件
下载Whois DNS Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple perform DNS Lookups in One Click from the navigation bar. Whois DNS Lookup, Just click a button to perform a WHOIS on the current page's URL or typed-in URL. Does not add any bulk or features you'll never need. This is an extremely light-weight extension which adds a small WHOIS button next to your address bar. This allows you to perform WHOIS queries very quickly and easily.
扩展基本信息
名称 | |
ID | kaedaldnckgpodmmncgdaolnbgmmapic |
官方URL | https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic |
简介 | Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar. |
文件大小 | 7.53 KB |
安装次数 | 120 |
当前版本 | 10.36 |
更新时间 | 2014-06-17 |
上架时间 | 2014-06-17 |
评分 | 4.00/5 共2次评分 |
开发者 | sammeras2 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dnschecker.js" ] }, "browser_action": { "default_icon": "16.png" }, "description": "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.", "icons": { "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Whois DNS Lookup", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "unlimitedStorage", "webNavigation", "storage" ], "version": "10.36" } |