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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |