Safari Books Download
Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Vad är Safari Books Download?
Safari Books Download är en Chrome-tillägg utvecklad av chenditc, och dess huvudfunktion är "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".
Tilläggsskärmbilder
Ladda ner Safari Books Download-förlängningens CRX-fil
Ladda ner Safari Books Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.*                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | anlpljppoinmpaedoilhjibjehpjhcob | 
| Officiell webbadress | https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob | 
| Beskrivning | Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain. | 
| Filstorlek | 193 KB | 
| Antal Installationer | 13,461 | 
| Aktuell Version | 1.5.1 | 
| Senast Uppdaterad | 2018-12-28 | 
| Publiceringsdatum | 2018-12-27 | 
| Betyg | 3.45/5 Totalt 120 Betyg | 
| Utvecklare | chenditc | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/chenditc/safari-download | 
| Hjälpsida URL | https://github.com/chenditc/safari-download | 
| Stödda Språk | 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\/*"
    ]
}  |  |