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文件
下载lecturio.de tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |