Readable Project Gutenberg
Makes the regular .html books on Project Gutenberg easier to read.
¿Qué es Readable Project Gutenberg?
Readable Project Gutenberg es una extensión de Chrome desarrollada por Process Yellow, y su función principal es "Makes the regular .html books on Project Gutenberg easier to read.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Readable Project Gutenberg
Descarga archivos de extensión Readable Project Gutenberg en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | ikeknfmhjbljoochjhkgcffkpmigpjel |
URL Oficial | https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel |
Descripción | Makes the regular .html books on Project Gutenberg easier to read. |
Tamaño del Archivo | 41.24 KB |
Cantidad de Instalaciones | 646 |
Versión Actual | 0.5 |
Última Actualización | 2015-01-18 |
Fecha de Publicación | 2015-01-18 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | Process Yellow |
Tipo de Pago | free |
Sitio Web de la Extensión | http://processyellow.ca/readable-gutenberg |
Idiomas Soportados | 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" } } |