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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
    ]
}