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 chenditc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Safari Books Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |