Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
O que é Ferald?
Ferald é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ferald
Baixe arquivos de extensão Ferald 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
Pizza tastes better than broccoli. Click anywhere to read the article — but only if you really, really, really have to.
Informações Básicas da Extensão
Nome | Ferald |
ID | jmljfoieohgbjeoaihahppodleeblimj |
URL Oficial | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
Descrição | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
Tamanho do Arquivo | 13 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.0 |
Última Atualização | 2013-04-10 |
Data de Publicação | 2013-04-09 |
Classificação | 4.08/5 Total de 12 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ferald", "description": "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.nzherald.co.nz\/*", "*:\/\/*.stuff.co.nz\/*" ], "js": [ "myscript.js" ] } ], "web_accessible_resources": [ "grumpycatno.svg" ] } |