ChromeShelf

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

¿Qué es ChromeShelf?

ChromeShelf es una extensión de Chrome desarrollada por codef0rmer, y su función principal es "Create an eBookshelf to access your local PDFs that you read often".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión ChromeShelf

Descarga archivos de extensión ChromeShelf en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre ChromeShelf ChromeShelf
ID hljbdckdcaembijljeijodimhelaphll
URL Oficial https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll
Descripción Create an eBookshelf to access your local PDFs that you read often
Tamaño del Archivo 552 KB
Cantidad de Instalaciones 81
Versión Actual 1.0.1
Última Actualización 2012-07-08
Fecha de Publicación 2012-07-08
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador codef0rmer
Tipo de Pago free
Sitio Web de la Extensión http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
URL de la Página de Ayuda http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
Idiomas Soportados 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"
    }
}