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.

Qu'est-ce que Whois DNS Lookup ?

Whois DNS Lookup est une extension Chrome développée par sammeras2, et sa fonction principale est "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whois DNS Lookup

Téléchargez les fichiers d'extension Whois DNS Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Whois DNS Lookup Whois DNS Lookup
ID kaedaldnckgpodmmncgdaolnbgmmapic
URL Officiel https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic
Description Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Taille du Fichier 7.53 KB
Nombre d'Installations 120
Version Actuelle 10.36
Dernière Mise à Jour 2014-06-17
Date de Publication 2014-06-17
Évaluation 4.00/5 Total 2 Évaluations
Développeur sammeras2
Type de Paiement free
Langues Prises en Charge 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"
}