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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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!!!                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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 | 
| URL หน้าช่วยเหลือ | https://rarebit.io/contact | 
| URL หน้านโยบายความเป็นส่วนตัว | 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"
    }
}  |  |