Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Domain Check Plugin là gì?
Domain Check Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://domaincheckups.com, và tính năng chính của nó là "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Domain Check Plugin
Tải xuống các tệp mở rộng Domain Check Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Domain Check Plugin |
ID | fbdolgppeonnkoeoclfapabmjeifcfha |
URL Chính Thức | https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha |
Mô tả | Instant Domain Check. See if your domain is available with more than 32 TLDs supported. |
Kích Thước Tệp | 36.63 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-02-25 |
Ngày Phát Hành | 2016-02-25 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://domaincheckups.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://domaincheckups.com |
URL Trang Trợ Giúp | http://domaincheckups.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |