Reef Buddies
A marine friend in each new tab
O que é Reef Buddies?
Reef Buddies é uma extensão do Chrome desenvolvida por the.reef.buddies, e sua principal característica é "A marine friend in each new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reef Buddies
Baixe arquivos de extensão Reef Buddies 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
Reef buddies greet you every time you open a new tab. They swim and accompany you from tab to tab as you go web surfing. Pat them and they will be extra happy. Best of all, 100% of profits will be donated to the Australian Marine Conservation Society so you know you will be supporting a great cause in the process. We’re saving marine wildlife … one Chrome extension at a time. ------------------------------------------------------------------------------- Reef Buddies was created as part of the #Shehacks2018 hackathon run by Girl Geek Sydney by 4 dev and design girls residing in Sydney. For more information or to contact us, follow us on facebook ( https://www.facebook.com/buddiesofthereef ) or email us at [email protected] .
Informações Básicas da Extensão
Nome | |
ID | pebcmofjckdobafhmhbihokmgiddkhaa |
URL Oficial | https://chrome.google.com/webstore/detail/reef-buddies/pebcmofjckdobafhmhbihokmgiddkhaa |
Descrição | A marine friend in each new tab |
Tamanho do Arquivo | 761 KB |
Contagem de Instalações | 42 |
Versão Atual | 1.0.10 |
Última Atualização | 2018-10-24 |
Data de Publicação | 2018-10-24 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | the.reef.buddies |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.facebook.com/buddiesofthereef/ |
URL da Página de Ajuda | https://www.facebook.com/buddiesofthereef/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reef Buddies", "description": "A marine friend in each new tab", "version": "1.0.10", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "fav-icon.png" }, "icons": { "128": "fav-icon.png" }, "permissions": [ "activeTab" ] } |