Amboss printer
This extension enables pretty printing of the learning cards from miamed's amboss tool.
Amboss printer란 무엇입니까?
Amboss printer은(는) Martin Perzl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables pretty printing of the learning cards from miamed's amboss tool."입니다.
확장 프로그램 스크린샷
Amboss printer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |