IP
Get's your public/private IP address
What is IP?
IP is a Chrome extension developed by Kalin Ivanov, and its main feature is "Get's your public/private IP address".
Extension Screenshots
Download IP Extension CRX File
Download 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 as well as your private one. Uses STUN server and UDP protocol to resolve the IP Notifications if Private or Public IP address change
Extension Basic Information
Name | IP |
ID | delkinfpajdmdkheaoilmmghhhoeoaic |
Official URL | https://chromewebstore.google.com/detail/ip/delkinfpajdmdkheaoilmmghhhoeoaic |
Description | Get's your public/private IP address |
File Size | 31.97 KB |
Installation Count | 131 |
Current Version | 0.2.6 |
Last Updated | 2015-04-28 |
Publish Date | 2015-04-28 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Kalin Ivanov |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP", "manifest_version": 2, "version": "0.2.6", "minimum_chrome_version": "32", "description": "Get's your public\/private IP address", "permissions": [ "notifications", "storage" ], "icons": { "64": "ip.png", "128": "ip_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "ip.png", "128": "ip_128.png" } } } |