Reveal your IP-address and copy to clipboard
Reveals your IP address
Cos'è Reveal your IP-address and copy to clipboard?
Reveal your IP-address and copy to clipboard è un'estensione di Chrome sviluppata da http://www.myce.com, e la sua funzione principale è "Reveals your IP address".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reveal your IP-address and copy to clipboard
Scarica i file di estensione Reveal your IP-address and copy to clipboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
URL Ufficiale | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
Descrizione | Reveals your IP address |
Dimensione del File | 53.93 KB |
Conteggio Installazioni | 399 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-02-04 |
Data di Pubblicazione | 2014-02-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.myce.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |