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\/*"
    ]
}