IntoDNS Chrome
Easy way to check the current site in IntoDNS
Was ist IntoDNS Chrome?
IntoDNS Chrome ist eine Chrome-Erweiterung, die von Fisix entwickelt wurde, und ihr Hauptmerkmal ist "Easy way to check the current site in IntoDNS".
Erweiterungsscreenshots
IntoDNS Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie IntoDNS Chrome-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
IntoDNS Chrome is a straightforward plug-in that allows you to query DNS statistics. With the app, you can explore the domain you're currently viewing using intoDNS in a new tab.
Grundlegende Informationen zur Erweiterung
Name | IntoDNS Chrome |
ID | hmipmjjongmaabhjnllmdfehpnimjpjj |
Offizielle URL | https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj |
Beschreibung | Easy way to check the current site in IntoDNS |
Dateigröße | 6.32 KB |
Installationsanzahl | 1,446 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-05-29 |
Veröffentlichungsdatum | 2013-05-29 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Fisix |
Zahlungsart | free |
Erweiterungswebsite | http://usrben.com |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "IntoDNS Chrome", "version": "1.1", "manifest_version": 2, "description": "Easy way to check the current site in IntoDNS", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "tabs" ] } |