Book Sheep
Allow sending ebook on b-ok.cc to your Kindle automatically
ما هو Book Sheep؟
Book Sheep هو إضافة Chrome تم تطويرها بواسطة https://rarebit.io، والميزة الرئيسية لها هي "Allow sending ebook on b-ok.cc to your Kindle automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Book Sheep
قم بتنزيل ملفات الامتداد Book Sheep بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allow sending ebook on b-ok.cc to your Kindle automatically. No more downloading and sending manually by hand. All is taken care of by Book Sheep. Usage: 1. Go to https://b-ok.cc and search for your favorite book. 2. Click on "Sent to Kindle" button. 3. Wait and enjoy reading on your Kindle device. Have fun reading!!!
معلومات أساسية عن التمديد
الاسم | Book Sheep |
ID | ikpmdhikhljdfgccfidgcbdfmdechaap |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/book-sheep/ikpmdhikhljdfgccfidgcbdfmdechaap |
الوصف | Allow sending ebook on b-ok.cc to your Kindle automatically |
حجم الملف | 103 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-06-03 |
تاريخ النشر | 2020-04-24 |
المطور | https://rarebit.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://rarebit.io |
عنوان صفحة المساعدة | https://rarebit.io/contact |
عنوان صفحة سياسة الخصوصية | https://rarebit.io/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Book Sheep", "version": "1.0.0", "description": "Allow sending ebook on b-ok.cc to your Kindle automatically", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/b-ok.cc\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/*.zlibcdn.com\/", "https:\/\/api.mailgun.net\/" ], "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" } } |