IP Address Lookup & Domain Whois

Easy and quick way to find out your current IP address.

IP Address Lookup & Domain Whois क्या है?

IP Address Lookup & Domain Whois http://1a.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy and quick way to find out your current IP address."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The easiest way to find your IP address! Display your IP address, system information and geo-location easily with 1-click. You can also do a quick whois record lookup on the active tab or any web site you want. It shows you domain information like owner email, registrant, registrar, creation date, expire date, server ip address and server location.                    

एक्सटेंशन की मूल जानकारी

नाम IP Address Lookup & Domain Whois IP Address Lookup & Domain Whois
ID ononjccmbkfllkjbpfemimejdlgihanj
आधिकारिक URL https://chrome.google.com/webstore/detail/ip-address-lookup-domain/ononjccmbkfllkjbpfemimejdlgihanj
विवरण Easy and quick way to find out your current IP address.
फ़ाइल का आकार 2.52 MB
स्थापना संख्या 131
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-02-11
प्रकाशन तिथि 2016-02-11
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://1a.org
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://1a.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Address Lookup & Domain Whois",
    "description": "Easy and quick way to find out your current IP address.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/1aorg-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ]
}