Readable Project Gutenberg
Makes the regular .html books on Project Gutenberg easier to read.
O que é Readable Project Gutenberg?
Readable Project Gutenberg é uma extensão do Chrome desenvolvida por Process Yellow, e sua principal característica é "Makes the regular .html books on Project Gutenberg easier to read.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Readable Project Gutenberg
Baixe arquivos de extensão Readable Project Gutenberg 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
Informações Básicas da Extensão
Nome | |
ID | ikeknfmhjbljoochjhkgcffkpmigpjel |
URL Oficial | https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel |
Descrição | Makes the regular .html books on Project Gutenberg easier to read. |
Tamanho do Arquivo | 41.24 KB |
Contagem de Instalações | 646 |
Versão Atual | 0.5 |
Última Atualização | 2015-01-18 |
Data de Publicação | 2015-01-18 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Process Yellow |
Tipo de Pagamento | free |
Site da Extensão | http://processyellow.ca/readable-gutenberg |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readable Project Gutenberg", "description": "Makes the regular .html books on Project Gutenberg easier to read.", "version": "0.5", "content_scripts": [ { "matches": [ "http:\/\/www.gutenberg.org\/files\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "scripts.js" ] } ], "icons": { "48": "icon.png" } } |