MeowMeowFacts
A fun cat fact with every new tab :)
O que é MeowMeowFacts?
MeowMeowFacts é uma extensão do Chrome desenvolvida por https://seanandthomas.com, e sua principal característica é "A fun cat fact with every new tab :)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MeowMeowFacts
Baixe arquivos de extensão MeowMeowFacts 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
A Chrome Extension made by Sean and Thomas. Each time you open a new tab, you get a cat fact! We proudly have the largest cat facts database on the internet…how PAWSOME is that?! Let us know what you think :) Want to help contribute or know a cool cat fact? Email us at [email protected] Cats and cuteness by collaboration with Studio Jeanne => studiojeanne.com
Informações Básicas da Extensão
Nome | MeowMeowFacts |
ID | mbjjeoifjkenllinddfmibncnfmcofkl |
URL Oficial | https://chromewebstore.google.com/detail/meowmeowfacts/mbjjeoifjkenllinddfmibncnfmcofkl |
Descrição | A fun cat fact with every new tab :) |
Tamanho do Arquivo | 764 KB |
Contagem de Instalações | 123 |
Versão Atual | 1.2 |
Última Atualização | 2018-03-16 |
Data de Publicação | 2018-03-15 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://seanandthomas.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://seanandthomas.com |
URL da Página de Ajuda | https://hacksmithlabs.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MeowMeowFacts", "description": "A fun cat fact with every new tab :)", "version": "1.2", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "cat_icon128.png" } } |