ChromeShelf
Create an eBookshelf to access your local PDFs that you read often
ما هو ChromeShelf؟
ChromeShelf هو إضافة Chrome تم تطويرها بواسطة codef0rmer، والميزة الرئيسية لها هي "Create an eBookshelf to access your local PDFs that you read often".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChromeShelf
قم بتنزيل ملفات الامتداد ChromeShelf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | ChromeShelf |
ID | hljbdckdcaembijljeijodimhelaphll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll |
الوصف | Create an eBookshelf to access your local PDFs that you read often |
حجم الملف | 552 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2012-07-08 |
تاريخ النشر | 2012-07-08 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | codef0rmer |
نوع الدفع | free |
موقع الإضافة | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
عنوان صفحة المساعدة | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
اللغات المدعومة | 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" } } |