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