caturday
Shows pictures of cats!
O que é caturday?
caturday é uma extensão do Chrome desenvolvida por hal313, e sua principal característica é "Shows pictures of cats!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão caturday
Baixe arquivos de extensão caturday 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
Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun. Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension
Informações Básicas da Extensão
Nome | caturday |
ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
URL Oficial | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
Descrição | Shows pictures of cats! |
Tamanho do Arquivo | 95.19 KB |
Contagem de Instalações | 54 |
Versão Atual | 0.0.31 |
Última Atualização | 2021-03-09 |
Data de Publicação | 2019-04-18 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | hal313 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "caturday", "default_popup": "popup.html" } } |