Cat Generator
The purrfect extension to keep you entertained with awesome cat gifs.
O que é Cat Generator?
Cat Generator é uma extensão do Chrome desenvolvida por nickela125, e sua principal característica é "The purrfect extension to keep you entertained with awesome cat gifs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cat Generator
Baixe arquivos de extensão Cat Generator 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
Are you having a boring day? Need something to make you smile? Just really love cats? If you answered yes to any of these (and even if you didn't), you need Cat Generator. Get randomly generated cat gifs delivered right to your web browser with one simple click. Guaranteed to improve your day.
Informações Básicas da Extensão
Nome | Cat Generator |
ID | glpkdnkdpcloinlicdbnlemidgdmglhh |
URL Oficial | https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh |
Descrição | The purrfect extension to keep you entertained with awesome cat gifs. |
Tamanho do Arquivo | 211 KB |
Contagem de Instalações | 1,433 |
Versão Atual | 1.2.0.0 |
Última Atualização | 2018-09-24 |
Data de Publicação | 2018-09-23 |
Classificação | 5.00/5 Total de 13 Avaliações |
Desenvolvedor | nickela125 |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Generator", "description": "The purrfect extension to keep you entertained with awesome cat gifs.", "version": "1.2.0.0", "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "cat_16.png", "48": "cat_48.png", "128": "cat_128.png" } } |