IP Me
View your public IP address. No fuss.
Wat is IP Me?
IP Me is een Chrome-extensie ontwikkeld door Nick Polet, en de belangrijkste functie is "View your public IP address. No fuss.".
Extensie Screenshots
Download het CRX-bestand van de extensie IP Me
Download IP Me-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
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.
Basisinformatie over de Extensie
Naam | IP Me |
ID | ofnhdkmkndgfppkojcfpnjmacadjdoji |
Officiële URL | https://chromewebstore.google.com/detail/ip-me/ofnhdkmkndgfppkojcfpnjmacadjdoji |
Beschrijving | View your public IP address. No fuss. |
Bestandsgrootte | 64.66 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-07-04 |
Publicatiedatum | 2015-07-04 |
Ontwikkelaar | Nick Polet |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |