My IP
This extension shows your ip address
What is My IP?
My IP is a Chrome extension developed by Extending, and its main feature is "This extension shows your ip address".
Extension Screenshots
Download My IP Extension CRX File
Download My IP 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
Shows your public ip address
Extension Basic Information
Name | |
ID | himnieadadlkhcdjjkhdljfolcnjfpch |
Official URL | https://chrome.google.com/webstore/detail/my-ip/himnieadadlkhcdjjkhdljfolcnjfpch |
Description | This extension shows your ip address |
File Size | 7.12 KB |
Installation Count | 18 |
Current Version | 0.0.0.5 |
Last Updated | 2013-02-23 |
Publish Date | 2013-02-23 |
Developer | Extending |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My IP", "description": "This extension shows your ip address", "version": "0.0.0.5", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "http:\/\/api.extending.nl\/myip" ], "browser_action": { "default_icon": "icon.png", "default_popup": "default.html" }, "web_accessible_resources": [ "myip.js" ] } |