digi4school to pdf

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

Apa itu digi4school to pdf?

digi4school to pdf adalah ekstensi Chrome yang dikembangkan oleh Strukteon, dan fitur utamanya adalah "Converts digi4school books to pdf so they can be used offline.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi digi4school to pdf

Unduh file ekstensi digi4school to pdf dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama digi4school to pdf digi4school to pdf
ID kaceaeldihcenemcmlehjnojebckdnii
URL Resmi https://chromewebstore.google.com/detail/digi4school-to-pdf/kaceaeldihcenemcmlehjnojebckdnii
Deskripsi Converts digi4school books to pdf so they can be used offline.
Ukuran File 665 KB
Jumlah Instalasi 1,410
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-03-03
Tanggal Publikasi 2021-03-01
Penilaian 3.50/5 Total 8 Penilaian
Pengembang Strukteon
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/strukteon/digi4school-to-pdf
Bahasa yang Didukung 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"
        ]
    }
}