My IP
Shows instantly your public ip adress
Wat is My IP?
My IP is een Chrome-extensie ontwikkeld door http://www.astrofiles.net, en de belangrijkste functie is "Shows instantly your public ip adress".
Extensie Screenshots
Download het CRX-bestand van de extensie My IP
Download My IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This shows your public Ip adress. No more, no less.
Basisinformatie over de Extensie
Naam | |
ID | bkgjkigmkppkgjpeegidgckghikakkhn |
Officiële URL | https://chrome.google.com/webstore/detail/my-ip/bkgjkigmkppkgjpeegidgckghikakkhn |
Beschrijving | Shows instantly your public ip adress |
Bestandsgrootte | 37.09 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-06-17 |
Publicatiedatum | 2013-06-17 |
Beoordeling | 3.33/5 Totaal 15 Beoordelingen |
Ontwikkelaar | http://www.astrofiles.net |
Betalingswijze | free |
Extensiewebsite | http://www.astrofiles.net/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My IP", "version": "1.1", "description": "Shows instantly your public ip adress", "permissions": [ "notifications" ], "browser_action": { "default_icon": "myip16.png", "default_popup": "popup.html" }, "icons": { "16": "myip16.png", "48": "myip48.png", "128": "myip128.png" } } |