KTU eBook to PDF
Allows Kaunas University of Technology students to download ebooks
Was ist KTU eBook to PDF?
KTU eBook to PDF ist eine Chrome-Erweiterung, die von enki entwickelt wurde, und ihr Hauptmerkmal ist "Allows Kaunas University of Technology students to download ebooks".
Erweiterungsscreenshots
KTU eBook to PDF-Erweiterungs-CRX-Datei herunterladen
Laden Sie KTU eBook to PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ijfjfeckpodbdikpmokdmniapllbbdoc |
| Offizielle URL | https://chromewebstore.google.com/detail/ktu-ebook-to-pdf/ijfjfeckpodbdikpmokdmniapllbbdoc |
| Beschreibung | Allows Kaunas University of Technology students to download ebooks |
| Dateigröße | 123 KB |
| Installationsanzahl | 307 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2017-09-22 |
| Veröffentlichungsdatum | 2017-09-22 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | enki |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |