What is my IP?
Easily find out your IP-Address
Wat is What is my IP??
What is my IP? is een Chrome-extensie ontwikkeld door r106, en de belangrijkste functie is "Easily find out your IP-Address".
Extensie Screenshots
Download het CRX-bestand van de extensie What is my IP?
Download What is 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
Basisinformatie over de Extensie
Naam | |
ID | igckpmdgnbeioacnfmacblpdnngbahhb |
Officiële URL | https://chrome.google.com/webstore/detail/what-is-my-ip/igckpmdgnbeioacnfmacblpdnngbahhb |
Beschrijving | Easily find out your IP-Address |
Bestandsgrootte | 386 KB |
Aantal Installaties | 160 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2013-11-08 |
Publicatiedatum | 2013-11-08 |
Beoordeling | 3.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | r106 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "What is my IP?", "description": "Easily find out your IP-Address", "version": "0.3", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "clipboardWrite" ], "browser_action": { "default_icon": "icon-128.png", "default_title": "What is my IP?", "default_popup": "window.html" }, "manifest_version": 2 } |