IntoDNS Chrome

Easy way to check the current site in IntoDNS

Cos'è IntoDNS Chrome?

IntoDNS Chrome è un'estensione di Chrome sviluppata da Fisix, e la sua funzione principale è "Easy way to check the current site in IntoDNS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IntoDNS Chrome

Scarica i file di estensione IntoDNS Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IntoDNS Chrome IntoDNS Chrome
ID hmipmjjongmaabhjnllmdfehpnimjpjj
URL Ufficiale https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj
Descrizione Easy way to check the current site in IntoDNS
Dimensione del File 6.32 KB
Conteggio Installazioni 1,446
Versione Corrente 1.1
Ultimo Aggiornamento 2013-05-29
Data di Pubblicazione 2013-05-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Fisix
Tipo di Pagamento free
Sito Web dell'Estensione http://usrben.com
Lingue Supportate 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"
    ]
}