Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Что такое Domain Check Plugin?
Domain Check Plugin - это расширение Chrome, разработанное https://domaincheckups.com, и его основная функция - "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".
Снимки экрана расширения
Скачать файл CRX расширения Domain Check Plugin
Скачайте файлы расширений 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 |
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" ] } |