Domain Availability Checker and Whois Lookup

This plugin checks a domains availability straight from your toolbar. Perfect for web designers/developers.

Domain Availability Checker and Whois Lookup là gì?

Domain Availability Checker and Whois Lookup là một tiện ích mở rộng Chrome được phát triển bởi http://www.seoheap.com, và tính năng chính của nó là "This plugin checks a domains availability straight from your toolbar. Perfect for web designers/developers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Domain Availability Checker and Whois Lookup

Tải xuống các tệp mở rộng Domain Availability Checker and Whois Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *** TEMPORARILY DOWN due to a botnet abusing our service. We will be working on a fix and will try to issue updates for first week of August. Regular updates will then be put into place!
***


This extension checks the availability of a domain name. What's the point of going to another page when you can check it from your toolbar. It fully supports IDN Domains encrypted with PunyCode for safe transmission.

Can now quickly change between registrars by click the more... link when you search for a domain name.
  
A large amount of domain extensions are supported, and if you want to suggest more or other registrars, leave a comment below and on the next release we'll try to put that one in.

You can favourite a domain by clicking on the star when you search. The list is sortable and you can quickly filter by typing in the input box on the favourites tab.

Automatic domain checker, periodically checks the expiry date and alerts you when the domains status changes. Watch domains manually by adding to favourites or check automatically, weekly, fortnightly, monthly or quarterly.

Lookup domain whois information for any extension.

Improved user interface, looks better now :)

Perfect for any web designer or web developer.

Supported registrars.
GoDaddy, NetworkSolutions, Moniker, Dotster, 1and1, NameCheap, Register, Yahoo, HeartInternet, 123-Reg, FatCow, NetFirms, Daily, Name, Enom, FastHosts, Registro.br and more domain registrars

Many supported TLDs and ccTLDs including com, net, org, biz, info, co.uk, mobi, name, asia, tel, at, be, bz, ca, cc, ch, cn, de, dk, es, eu, fr, in, it, li, me, nl, tv, us, ws and many more...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Domain Availability Checker and Whois Lookup Domain Availability Checker and Whois Lookup
ID pokekecininnhejfkgcbnekjddnepope
URL Chính Thức https://chrome.google.com/webstore/detail/domain-availability-check/pokekecininnhejfkgcbnekjddnepope
Mô tả This plugin checks a domains availability straight from your toolbar. Perfect for web designers/developers.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 2.4.2
Cập Nhật Lần Cuối 2016-07-20
Ngày Phát Hành 2016-07-20
Đánh Giá 4.00/5 Tổng số 55 Đánh Giá
Nhà Phát Triển http://www.seoheap.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.seoheap.com/domain-lookup/
URL Trang Trợ Giúp http://www.seoheap.com/chromeextensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Domain Availability Checker and Whois Lookup",
    "version": "2.4.2",
    "description": "This plugin checks a domains availability straight from your toolbar. Perfect for web designers\/developers.",
    "options_page": "options.html",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "global.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.seoheap.com\/",
        "tabs",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "jquery.js",
        "cscript.js",
        "idn.js",
        "stupidtable.js",
        "vars.js",
        "global.js",
        "popup.html",
        "background.js"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "images\/bk.png",
        "default_popup": "popup.html"
    }
}