IntoDNS Chrome

Easy way to check the current site in IntoDNS

Hvad er IntoDNS Chrome?

IntoDNS Chrome er en Chrome-udvidelse udviklet af Fisix, og dens hovedfunktion er "Easy way to check the current site in IntoDNS".

Udvidelsesskærmbilleder

screenshot

Download IntoDNS Chrome-udvidelses-CRX-fil

Download IntoDNS Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IntoDNS Chrome IntoDNS Chrome
ID hmipmjjongmaabhjnllmdfehpnimjpjj
Officiel URL https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj
Beskrivelse Easy way to check the current site in IntoDNS
Filstørrelse 6.32 KB
Antal Installationer 1,446
Nuværende Version 1.1
Senest Opdateret 2013-05-29
Udgivelsesdato 2013-05-29
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Fisix
Betalingsmetode free
Udvidelseswebsted http://usrben.com
Understøttede Sprog 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"
    ]
}