digi4school to pdf

Converts digi4school books to pdf so they can be used offline.

什么是digi4school to pdf?

digi4school to pdf是由Strukteon开发的Chrome扩展程序,该扩展的主要功能是“Converts digi4school books to pdf so they can be used offline.”。

扩展截图

screenshot

下载digi4school to pdf扩展crx文件

下载digi4school to pdf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Konvertiert Digi4School-Bücher zu einer PDF-Datei, damit die Bücher auch offline gelesen werden können.                    

扩展基本信息

名称 digi4school to pdf digi4school to pdf
ID kaceaeldihcenemcmlehjnojebckdnii
官方URL https://chromewebstore.google.com/detail/digi4school-to-pdf/kaceaeldihcenemcmlehjnojebckdnii
简介 Converts digi4school books to pdf so they can be used offline.
文件大小 665 KB
安装次数 1,410
当前版本 1.6
更新时间 2021-03-03
上架时间 2021-03-01
评分 3.50/5 共8次评分
开发者 Strukteon
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/strukteon/digi4school-to-pdf
支持的语言 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"
        ]
    }
}