KTU eBook to PDF

Allows Kaunas University of Technology students to download ebooks

What is KTU eBook to PDF?

KTU eBook to PDF is a Chrome extension developed by enki, and its main feature is "Allows Kaunas University of Technology students to download ebooks".

Extension Screenshots

screenshot

Download KTU eBook to PDF Extension CRX File

Download KTU eBook to PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name KTU eBook to PDF KTU eBook to PDF
ID ijfjfeckpodbdikpmokdmniapllbbdoc
Official URL https://chromewebstore.google.com/detail/ktu-ebook-to-pdf/ijfjfeckpodbdikpmokdmniapllbbdoc
Description Allows Kaunas University of Technology students to download ebooks
File Size 123 KB
Installation Count 307
Current Version 0.2.0
Last Updated 2017-09-22
Publish Date 2017-09-22
Rating 5.00/5 Total 3 Ratings
Developer enki
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}