Simple WhoIs

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

Simple WhoIs क्या है?

Simple WhoIs http://mattdodge.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An actual WhoIs Extension...not just a bookmarklet like all the others."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple WhoIs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}