Amboss printer
This extension enables pretty printing of the learning cards from miamed's amboss tool.
What is Amboss printer?
Amboss printer is a Chrome extension developed by Martin Perzl, and its main feature is "This extension enables pretty printing of the learning cards from miamed's amboss tool.".
Extension Screenshots
Download Amboss printer Extension CRX File
Download Amboss printer 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
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
Extension Basic Information
Name | Amboss printer |
ID | lnhieogdkjjbbmjnhjlohbficjeokicg |
Official URL | https://chromewebstore.google.com/detail/amboss-printer/lnhieogdkjjbbmjnhjlohbficjeokicg |
Description | This extension enables pretty printing of the learning cards from miamed's amboss tool. |
File Size | 42.31 KB |
Installation Count | 464 |
Current Version | 1.1 |
Last Updated | 2014-08-15 |
Publish Date | 2014-08-15 |
Rating | 1.67/5 Total 6 Ratings |
Developer | Martin Perzl |
Payment Type | free |
Supported Languages | 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" } } |