ChromeShelf

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

Co to jest ChromeShelf?

ChromeShelf to rozszerzenie Chrome opracowane przez codef0rmer, a jego główną funkcją jest „Create an eBookshelf to access your local PDFs that you read often”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia ChromeShelf

Pobierz pliki rozszerzeń ChromeShelf w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa ChromeShelf ChromeShelf
ID hljbdckdcaembijljeijodimhelaphll
Oficjalny URL https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll
Opis Create an eBookshelf to access your local PDFs that you read often
Rozmiar pliku 552 KB
Liczba instalacji 81
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2012-07-08
Data Publikacji 2012-07-08
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper codef0rmer
Typ Płatności free
Strona Rozszerzenia http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
Adres URL Strony Pomocy http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
Obsługiwane Języki 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"
    }
}