Domain Hunter Plus

Scans the current tab for dead links and available domain names.

Domain Hunter Plus là gì?

Domain Hunter Plus là một tiện ích mở rộng Chrome được phát triển bởi Netvantage Marketing, và tính năng chính của nó là "Scans the current tab for dead links and available domain names.".

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

Tải xuống tệp CRX của tiện ích mở rộng Domain Hunter Plus

Tải xuống các tệp mở rộng Domain Hunter Plus 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

                        Domain Hunter Plus (DHP) is an unobtrusive Chrome Extension that allows the user to quickly scan the current web page and check for dead links and available domain names.  Simply load a webpage, click the DHP icon in your toolbar, and watch as the DHP app scans all links and notifies you of the dead links.

Once DHP finds dead links, it queries an internet domain registrar to see if those domains are available to register.  If so, the user is notified and one-click takes you right to the registration page.

DHP may have trouble completing its scans if an ad blocker is installed and being used.  Please disable all ad blocking software when scanning pages with Domain Hunter Plus.                    

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

Tên Domain Hunter Plus Domain Hunter Plus
ID ifnkckdlnkmcmlmleoiofljanabhmjgg
URL Chính Thức https://chromewebstore.google.com/detail/domain-hunter-plus/ifnkckdlnkmcmlmleoiofljanabhmjgg
Mô tả Scans the current tab for dead links and available domain names.
Kích Thước Tệp 58.56 KB
Số Lần Cài Đặt 4,301
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2012-11-29
Ngày Phát Hành 2012-11-29
Đánh Giá 2.53/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Netvantage Marketing
Loại Thanh Toán free
Trang Web Mở Rộng http://www.domainhunterplus.com/
URL Trang Trợ Giúp http://domainhunterplus.com/about-domain-hunter-plus/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Hunter Plus",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Scans the current tab for dead links and available domain names.",
    "homepage_url": "http:\/\/domainhunterplus.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Domain Hunter Plus"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png"
    },
    "web_accessible_resources": [
        "arrow.png",
        "close.png",
        "logo.png"
    ]
}