Domain Grabber

Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!

Domain Grabber란 무엇입니까?

Domain Grabber은(는) https://armenarmen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!"입니다.

확장 프로그램 스크린샷

screenshot

Domain Grabber 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        I built Domain Grabber because I was searching for domains for a new project I was building.

It was annoying having to type in a domain, then see if it was already bought and parked and if it wasn't having to copy paste the domain I wanted into a domain registrar's own search bar.

Now with domain grabber I can type any domain I want into my URL bar, and if it is unregistered I get forwarded to a place where I can buy it!                    

확장 프로그램 기본 정보

이름 Domain Grabber Domain Grabber
ID johchfikkglfmhdgpmekmplniegmmdfi
공식 URL https://chromewebstore.google.com/detail/domain-grabber/johchfikkglfmhdgpmekmplniegmmdfi
설명 Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!
파일 크기 9.44 KB
설치 횟수 112
현재 버전 1
최근 업데이트 2016-02-01
출시 날짜 2016-01-31
평점 3.75/5 총 4 개의 평점
개발자 https://armenarmen.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Grabber",
    "description": "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!",
    "version": "1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "Domain Grabber",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "webNavigation",
        "",
        "tabs"
    ]
}