ChromeShelf
Create an eBookshelf to access your local PDFs that you read often
什么是ChromeShelf?
ChromeShelf是由codef0rmer开发的Chrome扩展程序,该扩展的主要功能是“Create an eBookshelf to access your local PDFs that you read often”。
扩展截图
下载ChromeShelf扩展crx文件
下载ChromeShelf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you have a habit to read ebooks? Do you make a collection of ebooks on your Hard Disk? Did you forget the name of the book you were reading last week and unable to find it in the collection? Do not remember the ebook you had downloaded yesterday? If your answer is yes for all the above questions, then you are facing the same problem that i was facing before writing this chrome extension. More Info: http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
扩展基本信息
名称 | ChromeShelf |
ID | hljbdckdcaembijljeijodimhelaphll |
官方URL | https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll |
简介 | Create an eBookshelf to access your local PDFs that you read often |
文件大小 | 552 KB |
安装次数 | 81 |
当前版本 | 1.0.1 |
更新时间 | 2012-07-08 |
上架时间 | 2012-07-08 |
评分 | 1.00/5 共1次评分 |
开发者 | codef0rmer |
付费类型 | free |
扩展官网 | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
帮助页面URL | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeShelf", "version": "1.0.1", "manifest_version": 2, "description": "Create an eBookshelf to access your local PDFs that you read often", "icons": { "16": "images\/icon16.gif", "32": "images\/icon32.gif", "48": "images\/icon48.gif", "128": "images\/icon128.gif" }, "browser_action": { "default_icon": "images\/icon19.gif", "default_title": "An eBookshelf", "default_popup": "popup.html" } } |