lecturio.de tools

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

Cos'è lecturio.de tools?

lecturio.de tools è un'estensione di Chrome sviluppata da joscha0, e la sua funzione principale è "lecturio.de tools (full width, picture in picture) for a better viewing experience".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione lecturio.de tools

Scarica i file di estensione lecturio.de tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome lecturio.de tools lecturio.de tools
ID iigkpholhicbchaminkolodgiapbpbap
URL Ufficiale https://chromewebstore.google.com/detail/lecturiode-tools/iigkpholhicbchaminkolodgiapbpbap
Descrizione lecturio.de tools (full width, picture in picture) for a better viewing experience
Dimensione del File 239 KB
Conteggio Installazioni 39
Versione Corrente 0.2
Ultimo Aggiornamento 2020-01-29
Data di Pubblicazione 2020-01-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore joscha0
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}