ChromeShelf
Create an eBookshelf to access your local PDFs that you read often
Qu'est-ce que ChromeShelf ?
ChromeShelf est une extension Chrome développée par codef0rmer, et sa fonction principale est "Create an eBookshelf to access your local PDFs that you read often".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChromeShelf
Téléchargez les fichiers d'extension ChromeShelf au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | ChromeShelf |
ID | hljbdckdcaembijljeijodimhelaphll |
URL Officiel | https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll |
Description | Create an eBookshelf to access your local PDFs that you read often |
Taille du Fichier | 552 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2012-07-08 |
Date de Publication | 2012-07-08 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | codef0rmer |
Type de Paiement | free |
Site Web de l'Extension | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
URL de la Page d'Aide | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
Langues Prises en Charge | 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" } } |