Domain Hunter Plus
Scans the current tab for dead links and available domain names.
Domain Hunter Plusとは何ですか?
Domain Hunter PlusはNetvantage Marketingによって開発されたChromeの拡張機能で、その主な機能は「Scans the current tab for dead links and available domain names.」です。
拡張機能のスクリーンショット
Domain Hunter Plus拡張機能のCRXファイルをダウンロード
Domain Hunter Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Domain Hunter Plus (DHP) is an unobtrusive Chrome Extension that allows the user to quickly scan the current web page and check for dead links and available domain names. Simply load a webpage, click the DHP icon in your toolbar, and watch as the DHP app scans all links and notifies you of the dead links. Once DHP finds dead links, it queries an internet domain registrar to see if those domains are available to register. If so, the user is notified and one-click takes you right to the registration page. DHP may have trouble completing its scans if an ad blocker is installed and being used. Please disable all ad blocking software when scanning pages with Domain Hunter Plus.
拡張機能の基本情報
名前 | Domain Hunter Plus |
ID | ifnkckdlnkmcmlmleoiofljanabhmjgg |
公式URL | https://chromewebstore.google.com/detail/domain-hunter-plus/ifnkckdlnkmcmlmleoiofljanabhmjgg |
説明 | Scans the current tab for dead links and available domain names. |
ファイルサイズ | 58.56 KB |
インストール数 | 4,301 |
現在のバージョン | 1.1.1 |
最終更新日 | 2012-11-29 |
公開日 | 2012-11-29 |
評価 | 2.53/5 合計 19 レビュー |
開発者 | Netvantage Marketing |
支払い方法 | free |
拡張機能のウェブサイト | http://www.domainhunterplus.com/ |
ヘルプページのURL | http://domainhunterplus.com/about-domain-hunter-plus/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Hunter Plus", "version": "1.1.1", "manifest_version": 2, "description": "Scans the current tab for dead links and available domain names.", "homepage_url": "http:\/\/domainhunterplus.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-19.png", "default_title": "Domain Hunter Plus" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "options_page": "options.html", "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png" }, "web_accessible_resources": [ "arrow.png", "close.png", "logo.png" ] } |