MeIP
Resolve website's IP from multiple locations.
Was ist MeIP?
MeIP ist eine Chrome-Erweiterung, die von https://www.horza.org entwickelt wurde, und ihr Hauptmerkmal ist "Resolve website's IP from multiple locations.".
Erweiterungsscreenshots
MeIP-Erweiterungs-CRX-Datei herunterladen
Laden Sie MeIP-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
Find out your IP address Resolve website's IP address from several DNS servers worldwide You would use it to check if your website's new DNS record has propagated across the global DNS infrastructure, or if it's distributed as expected by your CDN. It also comes in handy if you want to know if some site is on CDN.
Grundlegende Informationen zur Erweiterung
Name | MeIP |
ID | lfgiknopmkijdfjgphnnneekcifigefk |
Offizielle URL | https://chromewebstore.google.com/detail/meip/lfgiknopmkijdfjgphnnneekcifigefk |
Beschreibung | Resolve website's IP from multiple locations. |
Dateigröße | 162 KB |
Installationsanzahl | 71 |
Aktuelle Version | 0.9.2 |
Letztes Update | 2018-10-10 |
Veröffentlichungsdatum | 2018-10-09 |
Entwickler | https://www.horza.org |
Zahlungsart | free |
Erweiterungswebsite | https://www.horza.org/page/projects/meip/ |
Hilfeseite URL | https://www.horza.org/page/projects/meip/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MeIP", "version": "0.9.2", "manifest_version": 2, "description": "Resolve website's IP from multiple locations.", "homepage_url": "https:\/\/www.horza.org\/page\/projects\/meip\/", "icons": { "128": "icon128.png", "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png" }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "meip" }, "permissions": [ "https:\/\/ip.horza.org\/*", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ip.horza.org; object-src 'self'; default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *" } |