Domain Grabber

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

O que é Domain Grabber?

Domain Grabber é uma extensão do Chrome desenvolvida por https://armenarmen.com, e sua principal característica é "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Domain Grabber

Baixe arquivos de extensão Domain Grabber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Domain Grabber Domain Grabber
ID johchfikkglfmhdgpmekmplniegmmdfi
URL Oficial https://chromewebstore.google.com/detail/domain-grabber/johchfikkglfmhdgpmekmplniegmmdfi
Descrição Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!
Tamanho do Arquivo 9.44 KB
Contagem de Instalações 112
Versão Atual 1
Última Atualização 2016-02-01
Data de Publicação 2016-01-31
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor https://armenarmen.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}