Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Simple WhoIs là gì?
Simple WhoIs là một tiện ích mở rộng Chrome được phát triển bởi http://mattdodge.net, và tính năng chính của nó là "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple WhoIs
Tải xuống các tệp mở rộng Simple WhoIs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Mô tả | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Kích Thước Tệp | 78.56 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-07-24 |
Ngày Phát Hành | 2013-07-24 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://mattdodge.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mattedgod.github.io/SimpleWhois/ |
URL Trang Trợ Giúp | https://github.com/mattedgod/SimpleWhois/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |