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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant Domain Check. See if your domain is available with more than 32 TLDs supported."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Domain Check Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}