Get IP Address
Get IP address quickly
Was ist Get IP Address?
Get IP Address ist eine Chrome-Erweiterung, die von http://devehab.com entwickelt wurde, und ihr Hauptmerkmal ist "Get IP address quickly".
Erweiterungsscreenshots
Get IP Address-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get IP Address-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
IP address of is changing all the time to find out the IP address may need time the benefit is to get IP quickly. Features - Notification in the event of an IP address change - Speed in the performance - Interface pretty simple - Copy Address IP by clicking one - Get more info address IP Info IP - Country - City - Location - Network - Hostname
Grundlegende Informationen zur Erweiterung
Name | |
ID | bcnbleifiomjknjdchippelemnfppjio |
Offizielle URL | https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio |
Beschreibung | Get IP address quickly |
Dateigröße | 128 KB |
Installationsanzahl | 865 |
Aktuelle Version | 1.1.8 |
Letztes Update | 2016-04-30 |
Veröffentlichungsdatum | 2016-04-30 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | http://devehab.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://getip.devehab.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get IP Address", "version": "1.1.8", "manifest_version": 2, "description": "Get IP address quickly", "short_name": "Get IP", "options_page": "OptionsPage.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Git IP Address", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self' ", "permissions": [ "https:\/\/*\/*", "http:\/\/*.ipify.org\/", "tabs", "notifications", "storage" ], "icons": { "128": "icon.png" }, "homepage_url": "http:\/\/getip.devehab.com", "author": "Ehab Kahwati" } |