Amboss printer
This extension enables pretty printing of the learning cards from miamed's amboss tool.
Wat is Amboss printer?
Amboss printer is een Chrome-extensie ontwikkeld door Martin Perzl, en de belangrijkste functie is "This extension enables pretty printing of the learning cards from miamed's amboss tool.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amboss printer
Download Amboss printer-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
If you are using the Amboss learning system, this extension helps you to print your learning cards by formatting them for the printer. Simply open up a learning card in Chrome and open Chrome's printing dialog (Ctrl+P) This extension is dedicated to Julia! <3 by Christian Amann and Martin Perzl
Basisinformatie over de Extensie
Naam | Amboss printer |
ID | lnhieogdkjjbbmjnhjlohbficjeokicg |
Officiële URL | https://chromewebstore.google.com/detail/amboss-printer/lnhieogdkjjbbmjnhjlohbficjeokicg |
Beschrijving | This extension enables pretty printing of the learning cards from miamed's amboss tool. |
Bestandsgrootte | 42.31 KB |
Aantal Installaties | 464 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-08-15 |
Publicatiedatum | 2014-08-15 |
Beoordeling | 1.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Martin Perzl |
Betalingswijze | free |
Ondersteunde Talen | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amboss printer", "description": "This extension enables pretty printing of the learning cards from miamed's amboss tool.", "version": "1.1", "author": "Martin Perzl, Christian Amann", "content_scripts": [ { "matches": [ "https:\/\/amboss.miamed.de\/library*" ], "js": [ "jquery-2.1.1.min.js", "myscript.js" ] } ], "permissions": [ "https:\/\/amboss.miamed.de\/" ], "icons": { "64": "printer64.png", "128": "printer128.png" } } |