Amboss printer
This extension enables pretty printing of the learning cards from miamed's amboss tool.
Cos'è Amboss printer?
Amboss printer è un'estensione di Chrome sviluppata da Martin Perzl, e la sua funzione principale è "This extension enables pretty printing of the learning cards from miamed's amboss tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amboss printer
Scarica i file di estensione Amboss printer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Amboss printer |
ID | lnhieogdkjjbbmjnhjlohbficjeokicg |
URL Ufficiale | https://chromewebstore.google.com/detail/amboss-printer/lnhieogdkjjbbmjnhjlohbficjeokicg |
Descrizione | This extension enables pretty printing of the learning cards from miamed's amboss tool. |
Dimensione del File | 42.31 KB |
Conteggio Installazioni | 464 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-08-15 |
Data di Pubblicazione | 2014-08-15 |
Valutazione | 1.67/5 Totale 6 Valutazioni |
Sviluppatore | Martin Perzl |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |