IntoDNS Chrome

Easy way to check the current site in IntoDNS

Apa itu IntoDNS Chrome?

IntoDNS Chrome adalah ekstensi Chrome yang dikembangkan oleh Fisix, dan fitur utamanya adalah "Easy way to check the current site in IntoDNS".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IntoDNS Chrome

Unduh file ekstensi IntoDNS Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IntoDNS Chrome IntoDNS Chrome
ID hmipmjjongmaabhjnllmdfehpnimjpjj
URL Resmi https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj
Deskripsi Easy way to check the current site in IntoDNS
Ukuran File 6.32 KB
Jumlah Instalasi 1,446
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-05-29
Tanggal Publikasi 2013-05-29
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Fisix
Tipe Pembayaran free
Situs Ekstensi http://usrben.com
Bahasa yang Didukung 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"
    ]
}