IntoDNS Chrome
Easy way to check the current site in IntoDNS
Wat is IntoDNS Chrome?
IntoDNS Chrome is een Chrome-extensie ontwikkeld door Fisix, en de belangrijkste functie is "Easy way to check the current site in IntoDNS".
Extensie Screenshots
Download het CRX-bestand van de extensie IntoDNS Chrome
Download IntoDNS Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IntoDNS Chrome |
ID | hmipmjjongmaabhjnllmdfehpnimjpjj |
Officiële URL | https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj |
Beschrijving | Easy way to check the current site in IntoDNS |
Bestandsgrootte | 6.32 KB |
Aantal Installaties | 1,446 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-05-29 |
Publicatiedatum | 2013-05-29 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Fisix |
Betalingswijze | free |
Extensiewebsite | http://usrben.com |
Ondersteunde Talen | 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" ] } |