ChromeShelf
Create an eBookshelf to access your local PDFs that you read often
Cos'è ChromeShelf?
ChromeShelf è un'estensione di Chrome sviluppata da codef0rmer, e la sua funzione principale è "Create an eBookshelf to access your local PDFs that you read often".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChromeShelf
Scarica i file di estensione ChromeShelf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | ChromeShelf |
ID | hljbdckdcaembijljeijodimhelaphll |
URL Ufficiale | https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll |
Descrizione | Create an eBookshelf to access your local PDFs that you read often |
Dimensione del File | 552 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2012-07-08 |
Data di Pubblicazione | 2012-07-08 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | codef0rmer |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
URL della Pagina di Aiuto | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
Lingue Supportate | 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" } } |