Readable Project Gutenberg
Makes the regular .html books on Project Gutenberg easier to read.
What is Readable Project Gutenberg?
Readable Project Gutenberg is a Chrome extension developed by Process Yellow, and its main feature is "Makes the regular .html books on Project Gutenberg easier to read.".
Extension Screenshots
Download Readable Project Gutenberg Extension CRX File
Download Readable Project Gutenberg extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ikeknfmhjbljoochjhkgcffkpmigpjel |
Official URL | https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel |
Description | Makes the regular .html books on Project Gutenberg easier to read. |
File Size | 41.24 KB |
Installation Count | 646 |
Current Version | 0.5 |
Last Updated | 2015-01-18 |
Publish Date | 2015-01-18 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Process Yellow |
Payment Type | free |
Extension Website | http://processyellow.ca/readable-gutenberg |
Supported Languages | 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" } } |