Reveal your IP-address and copy to clipboard
Reveals your IP address
Wat is Reveal your IP-address and copy to clipboard?
Reveal your IP-address and copy to clipboard is een Chrome-extensie ontwikkeld door http://www.myce.com, en de belangrijkste functie is "Reveals your IP address".
Extensie Screenshots
Download het CRX-bestand van de extensie Reveal your IP-address and copy to clipboard
Download Reveal your IP-address and copy to clipboard-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
The prettiest and best IP revealing Chrome extension, now available for free. Adds a button to Chrome which allows you to easily access your IP address. - Reveals your IP address - Displays your ISP, country - Shows your location on a map - Button to easily copy your IP address to the clipboard
Basisinformatie over de Extensie
Naam | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
Officiële URL | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
Beschrijving | Reveals your IP address |
Bestandsgrootte | 53.93 KB |
Aantal Installaties | 399 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-02-04 |
Publicatiedatum | 2014-02-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.myce.com |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal your IP-address and copy to clipboard", "short_name": "What's my IP address", "permissions": [ "http:\/\/ip-api.com\/", "clipboardWrite", "clipboardRead" ], "version": "1.1", "manifest_version": 2, "author": "Philaeum Internet", "description": "Reveals your IP address", "icons": { "16": "ipaddress-16.png", "48": "ipaddress-48.png", "128": "ipaddress-128.png" }, "browser_action": { "default_icon": "ipaddress-128.png", "default_title": "Reveal IP address", "default_popup": "index.html" } } |