IP Me

View your public IP address. No fuss.

What is IP Me?

IP Me is a Chrome extension developed by Nick Polet, and its main feature is "View your public IP address. No fuss.".

Extension Screenshots

screenshot
screenshot
screenshot

Download IP Me Extension CRX File

Download IP Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        IP Me is a very simple extension to view your public IP address. Simply click on the popup box to copy the IP address. That's it. No fuss.                    

Extension Basic Information

Name IP Me IP Me
ID ofnhdkmkndgfppkojcfpnjmacadjdoji
Official URL https://chromewebstore.google.com/detail/ip-me/ofnhdkmkndgfppkojcfpnjmacadjdoji
Description View your public IP address. No fuss.
File Size 64.66 KB
Installation Count 24
Current Version 1.0
Last Updated 2015-07-04
Publish Date 2015-07-04
Developer Nick Polet
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Me",
    "description": "View your public IP address. No fuss.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "ip_me.html",
        "default_title": "IP Me"
    },
    "permissions": [
        "https:\/\/api.ipify.org\/",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.4.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}