ChromeShelf

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

Co je ChromeShelf?

ChromeShelf je rozšíření Chrome vyvinuté codef0rmer, a jeho hlavní funkcí je „Create an eBookshelf to access your local PDFs that you read often“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření ChromeShelf

Stáhněte si soubory rozšíření ChromeShelf ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název ChromeShelf ChromeShelf
ID hljbdckdcaembijljeijodimhelaphll
Oficiální URL https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll
Popis Create an eBookshelf to access your local PDFs that you read often
Velikost souboru 552 KB
Počet instalací 81
Aktuální Verze 1.0.1
Poslední Aktualizace 2012-07-08
Datum Vydání 2012-07-08
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář codef0rmer
Typ Platby free
Webové stránky Rozšíření http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
URL Stránky Nápovědy http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
Podporované Jazyky 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"
    }
}