Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
什么是Simple WhoIs?
Simple WhoIs是由http://mattdodge.net开发的Chrome扩展程序,该扩展的主要功能是“An actual WhoIs Extension...not just a bookmarklet like all the others.”。
扩展截图
下载Simple WhoIs扩展crx文件
下载Simple WhoIs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that allows you to quickly lookup important WHOIS information about the site you are on. This displays relevant WHOIS information in the extension popup, it is NOT simply a bookmark to another site where you can look it up. Useful for doing a quick check of the registrar, expiration dates, and/or nameservers of the current domain. Type "whois" and then a domain name in the Omnibox for another shortcut to a quick WHOIS lookup. Powered by http://whothefuck.ru
扩展基本信息
名称 | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
官方URL | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
简介 | An actual WhoIs Extension...not just a bookmarklet like all the others. |
文件大小 | 78.56 KB |
安装次数 | 113 |
当前版本 | 1.3 |
更新时间 | 2013-07-24 |
上架时间 | 2013-07-24 |
评分 | 4.00/5 共4次评分 |
开发者 | http://mattdodge.net |
付费类型 | free |
扩展官网 | http://mattedgod.github.io/SimpleWhois/ |
帮助页面URL | https://github.com/mattedgod/SimpleWhois/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple WhoIs", "description": "An actual WhoIs Extension...not just a bookmarklet like all the others.", "version": "1.3", "icons": { "128": "whois.png", "16": "whois16.png" }, "permissions": [ "tabs", "http:\/\/whothefuck.ru\/" ], "browser_action": { "default_icon": "whois19.png", "default_popup": "popup.html" }, "author": "Matt Dodge", "omnibox": { "keyword": "whois" }, "background": { "scripts": [ "background.js" ] } } |