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" ] } |