Simple WhoIs

An actual WhoIs Extension...not just a bookmarklet like all the others.

Что такое Simple WhoIs?

Simple WhoIs - это расширение Chrome, разработанное http://mattdodge.net, и его основная функция - "An actual WhoIs Extension...not just a bookmarklet like all the others.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Simple WhoIs

Скачайте файлы расширений 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                    

Основная информация о расширении

Название Simple WhoIs Simple WhoIs
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"
        ]
    }
}