Check IP

Shows your IP address with some additional Information and adds easy copy and paste functionality!

Check IP क्या है?

Check IP ✰✰✰✰✰✰ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your IP address with some additional Information and adds easy copy and paste functionality!"।

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

screenshot
screenshot

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

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

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

                        Check IP shows your IP-Address information simply with a click of a button.

best Features
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP

Privacy is important for me.
I don't save or store any IP or other data.                    

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

नाम Check IP Check IP
ID obcihajiaphehdfilcjnhaebjdpnppnc
आधिकारिक URL https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
विवरण Shows your IP address with some additional Information and adds easy copy and paste functionality!
फ़ाइल का आकार 36.37 KB
स्थापना संख्या 2,494
वर्तमान संस्करण 1.6
अंतिम अपडेट 2016-04-23
प्रकाशन तिथि 2016-04-22
रेटिंग 4.23/5 कुल 13 रेटिंग्स
डेवलपर ✰✰✰✰✰✰
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
समर्थित भाषाएँ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Check IP",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}