lecturio.de tools
lecturio.de tools (full width, picture in picture) for a better viewing experience
lecturio.de tools란 무엇입니까?
lecturio.de tools은(는) joscha0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "lecturio.de tools (full width, picture in picture) for a better viewing experience"입니다.
확장 프로그램 스크린샷
lecturio.de tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Jetzt neu mit Toolbar unter dem Video: - Bild im Bild modus (picture in picture mode) bei dem sich das Video in einem schwebenden Fenster öffnet - Öffne das Video in neuem Tab um es mit dem standard video player abzuspielen (mit Download und Picture in Picture mode)! Eine einfache Erweiterung um auf lecturio.de einen Vortrag in Voller Breite anzuschauen. Hierbei wird die Notiz Funktion nach unten geschoben. Dies ist nützlich, wenn man auf einem großem Monitor mehrere Fenster offen hat und das Video bei lecturio.de zu klein angezeigt wird. Die Erweiterung kann ganz einfach mit dem Schalter ausgeschalten werden . Anschließend muss die Seite nur neu geladen werden damit die Änderungen in kraft treten.
확장 프로그램 기본 정보
이름 | |
ID | iigkpholhicbchaminkolodgiapbpbap |
공식 URL | https://chromewebstore.google.com/detail/lecturiode-tools/iigkpholhicbchaminkolodgiapbpbap |
설명 | lecturio.de tools (full width, picture in picture) for a better viewing experience |
파일 크기 | 239 KB |
설치 횟수 | 39 |
현재 버전 | 0.2 |
최근 업데이트 | 2020-01-29 |
출시 날짜 | 2020-01-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | joscha0 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lecturio.de tools", "version": "0.2", "description": "lecturio.de tools (full width, picture in picture) for a better viewing experience", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "options_ui": { "page": "popup.html", "open_in_tab": false }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.lecturio.de\/*" ] } ] } |