Safari Books Download

Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.

Safari Books Downloadคืออะไร?

Safari Books Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chenditc และคุณลักษณะหลักของมันคือ "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safari Books Download

ดาวน์โหลดไฟล์ส่วนขยาย Safari Books Download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Download the books into mhtml files, you can open the mhtml file using chrome browser. 
You need to login to your safaribooksonline account before using this extension.
*Works only on https://learning.oreilly.com domain.*                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Safari Books Download Safari Books Download
ID anlpljppoinmpaedoilhjibjehpjhcob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob
คำอธิบาย Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 13,461
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2018-12-28
วันที่เผยแพร่ 2018-12-27
คะแนน 3.45/5 รวมทั้งหมด 120 คะแนน
ผู้พัฒนา chenditc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/chenditc/safari-download
URL หน้าช่วยเหลือ https://github.com/chenditc/safari-download
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safari Books Download",
    "description": "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.",
    "version": "1.5.1",
    "background": {
        "scripts": [
            "bluebird.js",
            "jszip.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Save current book!"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "pageCapture",
        "downloads",
        "*:\/\/*.oreilly.com\/*"
    ]
}