KTU eBook to PDF

Allows Kaunas University of Technology students to download ebooks

Qu'est-ce que KTU eBook to PDF ?

KTU eBook to PDF est une extension Chrome développée par enki, et sa fonction principale est "Allows Kaunas University of Technology students to download ebooks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KTU eBook to PDF

Téléchargez les fichiers d'extension KTU eBook to PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom KTU eBook to PDF KTU eBook to PDF
ID ijfjfeckpodbdikpmokdmniapllbbdoc
URL Officiel https://chromewebstore.google.com/detail/ktu-ebook-to-pdf/ijfjfeckpodbdikpmokdmniapllbbdoc
Description Allows Kaunas University of Technology students to download ebooks
Taille du Fichier 123 KB
Nombre d'Installations 307
Version Actuelle 0.2.0
Dernière Mise à Jour 2017-09-22
Date de Publication 2017-09-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur enki
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}