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 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"
    }
}