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 |
官方網址 | 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" } } |