Find lendable Kindle books
Notify you if the Kindle books you want can be borrowed!
ما هو Find lendable Kindle books؟
Find lendable Kindle books هو إضافة Chrome تم تطويرها بواسطة hungryzi، والميزة الرئيسية لها هي "Notify you if the Kindle books you want can be borrowed!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Find lendable Kindle books
قم بتنزيل ملفات الامتداد Find lendable Kindle books بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension notifies you if the Kindle books you're looking at are lendable and provides links to lending forums so you can try borrowing from people instead. It works on the Amazon's product page (e.g: https://www.amazon.com/Illustrated-Book-Bad-Arguments-ebook/dp/B00M9P7JKI) and your digital content management page (e.g: https://www.amazon.com/mn/dcw/myx.html)
معلومات أساسية عن التمديد
الاسم | Find lendable Kindle books |
ID | ijpbbfahjadfeejfkmijbflafdoejfnh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/find-lendable-kindle-book/ijpbbfahjadfeejfkmijbflafdoejfnh |
الوصف | Notify you if the Kindle books you want can be borrowed! |
حجم الملف | 136 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2017-01-12 |
تاريخ النشر | 2017-01-12 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | hungryzi |
نوع الدفع | free |
موقع الإضافة | https://lendable-chrome-extension.github.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find lendable Kindle books", "short_name": "Lendable", "version": "0.1.3", "manifest_version": 2, "description": "Notify you if the Kindle books you want can be borrowed!", "homepage_url": "https:\/\/lendable-chrome-extension.github.io", "icons": { "16": "icons\/lendable16.png", "48": "icons\/lendable48.png", "128": "icons\/lendable128.png" }, "web_accessible_resources": [ "\/js\/inject.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ "js\/firebase.js", "js\/shared.js", "js\/detailsPage.js" ] }, { "matches": [ "https:\/\/www.amazon.com\/mn\/dcw\/myx.html*" ], "js": [ "js\/firebase.js", "js\/shared.js", "js\/managePage.js" ] } ] } |