digi4school to pdf
Converts digi4school books to pdf so they can be used offline.
What is digi4school to pdf?
digi4school to pdf is a Chrome extension developed by Strukteon, and its main feature is "Converts digi4school books to pdf so they can be used offline.".
Extension Screenshots
Download digi4school to pdf Extension CRX File
Download digi4school to pdf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Konvertiert Digi4School-Bücher zu einer PDF-Datei, damit die Bücher auch offline gelesen werden können.
Extension Basic Information
Name | digi4school to pdf |
ID | kaceaeldihcenemcmlehjnojebckdnii |
Official URL | https://chromewebstore.google.com/detail/digi4school-to-pdf/kaceaeldihcenemcmlehjnojebckdnii |
Description | Converts digi4school books to pdf so they can be used offline. |
File Size | 665 KB |
Installation Count | 1,410 |
Current Version | 1.6 |
Last Updated | 2021-03-03 |
Publish Date | 2021-03-01 |
Rating | 3.50/5 Total 8 Ratings |
Developer | Strukteon |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/strukteon/digi4school-to-pdf |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "digi4school to pdf", "version": "1.6", "author": "strukteon", "description": "Converts digi4school books to pdf so they can be used offline.", "homepage_url": "https:\/\/github.com\/strukteon\/digi4school-to-pdf", "icons": { "32": "assets\/icon-32.png", "64": "assets\/icon-64.png", "128": "assets\/icon-128.png", "512": "assets\/icon-512.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "assets\/icon-64.png", "default_title": "digi4school to pdf", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/ebook\/*" ], "js": [ "libraries\/browser-polyfill.min.js", "scripts\/d4s_detection.js" ] } ], "background": { "scripts": [ "libraries\/browser-polyfill.min.js", "scripts\/background.js" ] } } |