IPaddress.is IP address lookup

Shows your internet ip address and give you general details about an IP address.

IPaddress.is IP address lookup क्या है?

IPaddress.is IP address lookup https://ipaddress.is द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your internet ip address and give you general details about an IP address."।

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

screenshot
screenshot

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

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

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

                        Features:

1.Display your internet ip address.
2.IP Address Lookup - Lets You Search for and Find Information About an IP Address including location, ISP, hostname etc.

IP Address Lookup
An IP address tells you where your visitor to your website is coming from. The same thing happens when you visit a website, a log will show where you are coming from.

For most people, their IP address will change each time they go online as most people will not have a fixed IP address. An IP address identifies the country and general area where you are coming from but does not identify who you are personally.

An IP address is a string of numbers that look like this – 1.4.255.255. To see where the IP address is located, you can perform an IP address LookUp at a website like http://ipaddress.is.                    

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

नाम IPaddress.is IP address lookup IPaddress.is IP address lookup
ID jkfennbngclgpnebihjpfdimddgiebdj
आधिकारिक URL https://chromewebstore.google.com/detail/ipaddressis-ip-address-lo/jkfennbngclgpnebihjpfdimddgiebdj
विवरण Shows your internet ip address and give you general details about an IP address.
फ़ाइल का आकार 12.79 KB
स्थापना संख्या 833
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-11-16
प्रकाशन तिथि 2013-11-16
रेटिंग 3.67/5 कुल 15 रेटिंग्स
डेवलपर https://ipaddress.is
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ipaddress.is
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPaddress.is IP address lookup",
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "version": "1.1",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2
}