Readable Project Gutenberg
Makes the regular .html books on Project Gutenberg easier to read.
什麼是Readable Project Gutenberg?
Readable Project Gutenberg是由Process Yellow開發的Chrome擴展程式,該擴展的主要功能是“Makes the regular .html books on Project Gutenberg easier to read.”。
擴展截圖
下載Readable Project Gutenberg擴展crx文件
下載Readable Project Gutenberg擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | ikeknfmhjbljoochjhkgcffkpmigpjel |
官方網址 | https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel |
簡介 | Makes the regular .html books on Project Gutenberg easier to read. |
檔案大小 | 41.24 KB |
安裝次數 | 646 |
目前版本 | 0.5 |
更新時間 | 2015-01-18 |
上架時間 | 2015-01-18 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Process Yellow |
付費類型 | free |
擴展官網 | http://processyellow.ca/readable-gutenberg |
支援的語言 | 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" } } |