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 |
Eメール | [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\/*" ] } ] } |