ChromeShelf

Create an eBookshelf to access your local PDFs that you read often

ChromeShelf là gì?

ChromeShelf là một tiện ích mở rộng Chrome được phát triển bởi codef0rmer, và tính năng chính của nó là "Create an eBookshelf to access your local PDFs that you read often".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng ChromeShelf

Tải xuống các tệp mở rộng ChromeShelf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChromeShelf ChromeShelf
ID hljbdckdcaembijljeijodimhelaphll
URL Chính Thức https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll
Mô tả Create an eBookshelf to access your local PDFs that you read often
Kích Thước Tệp 552 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2012-07-08
Ngày Phát Hành 2012-07-08
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển codef0rmer
Loại Thanh Toán free
Trang Web Mở Rộng http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
URL Trang Trợ Giúp http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}