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
官方網址 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"
        ]
    }
}