Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Apa itu Domain Check Plugin?
Domain Check Plugin adalah ekstensi Chrome yang dikembangkan oleh https://domaincheckups.com, dan fitur utamanya adalah "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Domain Check Plugin
Unduh file ekstensi Domain Check Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Domain Check Plugin |
ID | fbdolgppeonnkoeoclfapabmjeifcfha |
URL Resmi | https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha |
Deskripsi | Instant Domain Check. See if your domain is available with more than 32 TLDs supported. |
Ukuran File | 36.63 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-02-25 |
Tanggal Publikasi | 2016-02-25 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://domaincheckups.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://domaincheckups.com |
URL Halaman Bantuan | http://domaincheckups.com |
Bahasa yang Didukung | 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" ] } |