ChromeShelf
Create an eBookshelf to access your local PDFs that you read often
Wat is ChromeShelf?
ChromeShelf is een Chrome-extensie ontwikkeld door codef0rmer, en de belangrijkste functie is "Create an eBookshelf to access your local PDFs that you read often".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromeShelf
Download ChromeShelf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | ChromeShelf |
ID | hljbdckdcaembijljeijodimhelaphll |
Officiële URL | https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll |
Beschrijving | Create an eBookshelf to access your local PDFs that you read often |
Bestandsgrootte | 552 KB |
Aantal Installaties | 81 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2012-07-08 |
Publicatiedatum | 2012-07-08 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | codef0rmer |
Betalingswijze | free |
Extensiewebsite | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
Help Pagina-URL | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
Ondersteunde Talen | 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" } } |