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.”。
扩展截图
下载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 |
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" ] } |