Domain Name Checker Tool
Sarch for available website domain names if you're a Developer, Marketer or Blogger.
什么是Domain Name Checker Tool?
Domain Name Checker Tool是由http://frontrowsearch.com开发的Chrome扩展程序,该扩展的主要功能是“Sarch for available website domain names if you're a Developer, Marketer or Blogger.”。
扩展截图
下载Domain Name Checker Tool扩展crx文件
下载Domain Name Checker Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The instant Domain Name Checker Tool allows you to search for available domain names instantly. Using our domain availability tool you can search for your desired domain name and find the cheapest prices from $0.99+. The Domain Name Search and Generator Tool will save you tons of time when it comes to searching for new Blog or website Domain names. Our Domain price comparison tool also allows you to compare the best prices available for premium domain names availability. Our Domain Checker is a valuable tool to add to your arsenal of tools and ideal for Web Developers, Bloggers and Online Marketers . The domain Search Engine supports a huge amount TLDs from .com, .net, .org, .biz, name, .fr, asia, tel, at, be, bz, info, co.uk, mobi, ca, cc, ch, cn, de, dk, es, eu, fr, in, it, li, me, nl, tv, us, ws etc.. We cover all the up to date TLDs on the market, and if you wish to suggest a specific TLD you do not see, then leave a message at http://frontrowsearch.com/contact.
扩展基本信息
名称 | |
ID | faemobklnbkccamipbnlpcfeeebnoiii |
官方URL | https://chrome.google.com/webstore/detail/domain-name-checker-tool/faemobklnbkccamipbnlpcfeeebnoiii |
简介 | Sarch for available website domain names if you're a Developer, Marketer or Blogger. |
文件大小 | 565 KB |
安装次数 | 135 |
当前版本 | 1.4 |
更新时间 | 2020-08-12 |
上架时间 | 2015-06-22 |
评分 | 3.50/5 共4次评分 |
开发者 | http://frontrowsearch.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://frontrowsearch.com/domain-name-search-tool/ |
帮助页面URL | https://searchgage.com/contact/ |
隐私政策页面URL | https://searchgage.com/privacy-center/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Name Checker Tool", "short_name": "Domain Name Search Tool", "manifest_version": 2, "version": "1.4", "description": "Sarch for available website domain names if you're a Developer, Marketer or Blogger.", "author": "https:\/\/frontrowsearch.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "index.html" }, "background": { "scripts": [ "files\/background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "homepage_url": "https:\/\/frontrowsearch.com\/domain-name-search-tool\/" } |