Who.is Lookup

Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.

Apa itu Who.is Lookup?

Who.is Lookup adalah ekstensi Chrome yang dikembangkan oleh Miguel Batres, dan fitur utamanya adalah "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Who.is Lookup

Unduh file ekstensi Who.is Lookup 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

                        Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. 
Easiest way to lookup a domains Registrar Info, Important Dates, Name Servers & Raw Registrar Data! Just click the Who.is icon and be directed to the Who.is results! 
I am in no way affiliated with Name.com or Who.is, I felt the need to make a good Who is Lookup Extension. So here it is! Hope you enjoy it, and is useful! 
(I have permission from Name.com to use Name and Logo's)                    

Informasi Dasar Ekstensi

Nama Who.is Lookup Who.is Lookup
ID dfoplpgihamfobjlgeefieflfbpnpffg
URL Resmi https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg
Deskripsi Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
Ukuran File 11.43 KB
Jumlah Instalasi 4,078
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-01-16
Tanggal Publikasi 2017-01-16
Penilaian 3.70/5 Total 10 Penilaian
Pengembang Miguel Batres
Tipe Pembayaran free
Situs Ekstensi http://batres.co/
URL Halaman Bantuan http://who.is/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Who.is Lookup",
    "version": "1.0",
    "description": "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Who.is Lookup"
    }
}