MyIP Extension

Chrome Extension that shows your external IP and geolocation

MyIP Extension क्या है?

MyIP Extension https://travelingtechguy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension that shows your external IP and geolocation"।

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

screenshot

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

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

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

                        This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB.
It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found).

The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.                    

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

नाम MyIP Extension MyIP Extension
ID lejbibljgiojigkpkhmdgdhmiaddgidd
आधिकारिक URL https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd
विवरण Chrome Extension that shows your external IP and geolocation
फ़ाइल का आकार 55.33 KB
स्थापना संख्या 113
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2014-07-16
प्रकाशन तिथि 2014-07-16
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर https://travelingtechguy.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.travelingtechguy.com
सहायता पृष्ठ URL https://github.com/TravelingTechGuy/myipextension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyIP Extension",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Chrome Extension that shows your external IP and geolocation",
    "homepage_url": "http:\/\/www.TravelingTechGuy.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "http:\/\/myip.travelingtechguy.com\/"
    ]
}