Simple WhoIs

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

Co to jest Simple WhoIs?

Simple WhoIs to rozszerzenie Chrome opracowane przez http://mattdodge.net, a jego główną funkcją jest „An actual WhoIs Extension...not just a bookmarklet like all the others.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple WhoIs

Pobierz pliki rozszerzeń Simple WhoIs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple WhoIs Simple WhoIs
ID hmfekjoaiibnmeciehjkjbdhddfjpddo
Oficjalny URL https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo
Opis An actual WhoIs Extension...not just a bookmarklet like all the others.
Rozmiar pliku 78.56 KB
Liczba instalacji 113
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2013-07-24
Data Publikacji 2013-07-24
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper http://mattdodge.net
Typ Płatności free
Strona Rozszerzenia http://mattedgod.github.io/SimpleWhois/
Adres URL Strony Pomocy https://github.com/mattedgod/SimpleWhois/issues
Obsługiwane Języki 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"
        ]
    }
}