Amboss printer
This extension enables pretty printing of the learning cards from miamed's amboss tool.
Что такое Amboss printer?
Amboss printer - это расширение Chrome, разработанное Martin Perzl, и его основная функция - "This extension enables pretty printing of the learning cards from miamed's amboss tool.".
Снимки экрана расширения
Скачать файл CRX расширения Amboss printer
Скачайте файлы расширений Amboss printer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Amboss printer |
ID | lnhieogdkjjbbmjnhjlohbficjeokicg |
Официальный URL | https://chromewebstore.google.com/detail/amboss-printer/lnhieogdkjjbbmjnhjlohbficjeokicg |
Описание | This extension enables pretty printing of the learning cards from miamed's amboss tool. |
Размер файла | 42.31 KB |
Количество установок | 464 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-08-15 |
Дата публикации | 2014-08-15 |
Рейтинг | 1.67/5 Всего 6 оценок |
Разработчик | Martin Perzl |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |