Domain Check Plugin

Instant Domain Check. See if your domain is available with more than 32 TLDs supported.

什麼是Domain Check Plugin?

Domain Check Plugin是由https://domaincheckups.com開發的Chrome擴展程式,該擴展的主要功能是“Instant Domain Check. See if your domain is available with more than 32 TLDs supported.”。

擴展截圖

screenshot
screenshot

下載Domain Check Plugin擴展crx文件

下載Domain Check Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Instant Domain Check. See if your domain is available with more than 32 TLDs supported. See domain name search results as you type, domain taken? Don't worry, scroll down for great suggestions. 

- Fast Domain Check in your Status Bar
- More than 32 TLDs supported
- Get Domain Suggestions
- Launch Domain Check at Login

Best and fastest extention for instant domain checkups as you type!                    

擴展基本資訊

名稱 Domain Check Plugin Domain Check Plugin
ID fbdolgppeonnkoeoclfapabmjeifcfha
官方網址 https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha
簡介 Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
檔案大小 36.63 KB
安裝次數 22
目前版本 1.2
更新時間 2016-02-25
上架時間 2016-02-25
評分 4.00/5 共 4 次評分
開發者 https://domaincheckups.com
付費類型 free
擴展官網 http://domaincheckups.com
說明頁面URL http://domaincheckups.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Domain Check Plugin",
    "short_name": "Instant Domain Search",
    "description": "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}