BrowserPet

Description

O que é BrowserPet?

BrowserPet é uma extensão do Chrome desenvolvida por Danial Nickford, e sua principal característica é "Description".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BrowserPet

Baixe arquivos de extensão BrowserPet 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

                        BETA

eSheep

Can you remember this application from the 90's?

This nice sheep covered our desktops for years :D

It has since been re written for the web!

You can choose from many small animated friends to run around in your browser windows.

GitHub: https://github.com/Adrianotiger/desktopPet
Website: http://esheep.petrucci.ch/                    

Informações Básicas da Extensão

Nome BrowserPet BrowserPet
ID bjaffbhhllbbdglgopkfkfdgegldjmoh
URL Oficial https://chrome.google.com/webstore/detail/browserpet/bjaffbhhllbbdglgopkfkfdgegldjmoh
Descrição Description
Tamanho do Arquivo 31.45 KB
Contagem de Instalações 130
Versão Atual 0.1.2
Última Atualização 2019-02-12
Data de Publicação 2019-02-12
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Danial Nickford
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://esheep.petrucci.ch/
URL da Página de Ajuda https://github.com/Adrianotiger/desktopPet
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "DesktopPet.js",
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [],
    "description": "Description",
    "manifest_version": 2,
    "name": "BrowserPet",
    "permissions": [
        "activeTab",
        "http:\/\/esheep.petrucci.ch\/",
        "https:\/\/esheep.redsparr0w.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2"
}