Fetch!
Fetch a dog, anytime, anywhere!
O que é Fetch!?
Fetch! é uma extensão do Chrome desenvolvida por Patrick Cullings, e sua principal característica é "Fetch a dog, anytime, anywhere!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fetch!
Baixe arquivos de extensão Fetch! 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
'Fetch!' is a Chrome extension for everyone! Stressed, sad, or even happy, 'Fetch!' has got your back. On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser. Get a dog from a random breed, or from one of the breeds offered in the dropdown. Once you've had your fill, get back to your previous display by simply closing out of the image. Note: Fetch! does not work in a "New Tab." You must be in an actual webpage for Fetch! to function properly.
Informações Básicas da Extensão
Nome | Fetch! |
ID | jkanoaaphjgfmmlomnhplhnikdhehijg |
URL Oficial | https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg |
Descrição | Fetch a dog, anytime, anywhere! |
Tamanho do Arquivo | 106 KB |
Contagem de Instalações | 51 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2018-02-25 |
Data de Publicação | 2018-02-24 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Patrick Cullings |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/pcullings/Fetch |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fetch!", "description": "Fetch a dog, anytime, anywhere!", "version": "0.0.0.3", "browser_action": { "default_icon": "content\/dog-icon.png", "default_popup": "popup.html", "default_title": "Fetch!" }, "permissions": [ "activeTab", "storage" ] } |