KTU eBook to PDF

Allows Kaunas University of Technology students to download ebooks

Wat is KTU eBook to PDF?

KTU eBook to PDF is een Chrome-extensie ontwikkeld door enki, en de belangrijkste functie is "Allows Kaunas University of Technology students to download ebooks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KTU eBook to PDF

Download KTU eBook to PDF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a button to KTU eBooks website which allows downloading ebooks.

This extension is open source, you can check it's code at: https://github.com/candylifter/KTUeBook2PDF                    

Basisinformatie over de Extensie

Naam KTU eBook to PDF KTU eBook to PDF
ID ijfjfeckpodbdikpmokdmniapllbbdoc
Officiële URL https://chromewebstore.google.com/detail/ktu-ebook-to-pdf/ijfjfeckpodbdikpmokdmniapllbbdoc
Beschrijving Allows Kaunas University of Technology students to download ebooks
Bestandsgrootte 123 KB
Aantal Installaties 307
Huidige Versie 0.2.0
Laatst Bijgewerkt 2017-09-22
Publicatiedatum 2017-09-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar enki
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KTU eBook to PDF",
    "version": "0.2.0",
    "description": "Allows Kaunas University of Technology students to download ebooks",
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "KTU eBook to PDF"
    },
    "author": "Martynas Kadi\u0161a",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebooks.ktu.lt\/eb\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ]
}