lecturio.de tools

lecturio.de tools (full width, picture in picture) for a better viewing experience

lecturio.de tools là gì?

lecturio.de tools là một tiện ích mở rộng Chrome được phát triển bởi joscha0, và tính năng chính của nó là "lecturio.de tools (full width, picture in picture) for a better viewing experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng lecturio.de tools

Tải xuống các tệp mở rộng lecturio.de tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên lecturio.de tools lecturio.de tools
ID iigkpholhicbchaminkolodgiapbpbap
URL Chính Thức https://chromewebstore.google.com/detail/lecturiode-tools/iigkpholhicbchaminkolodgiapbpbap
Mô tả lecturio.de tools (full width, picture in picture) for a better viewing experience
Kích Thước Tệp 239 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-01-29
Ngày Phát Hành 2020-01-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển joscha0
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}