Reveal your IP-address and copy to clipboard
Reveals your IP address
Was ist Reveal your IP-address and copy to clipboard?
Reveal your IP-address and copy to clipboard ist eine Chrome-Erweiterung, die von http://www.myce.com entwickelt wurde, und ihr Hauptmerkmal ist "Reveals your IP address".
Erweiterungsscreenshots
Reveal your IP-address and copy to clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reveal your IP-address and copy to clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
Offizielle URL | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
Beschreibung | Reveals your IP address |
Dateigröße | 53.93 KB |
Installationsanzahl | 399 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-02-04 |
Veröffentlichungsdatum | 2014-02-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.myce.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |