lecturio.de tools
lecturio.de tools (full width, picture in picture) for a better viewing experience
lecturio.de tools क्या है?
lecturio.de tools joscha0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "lecturio.de tools (full width, picture in picture) for a better viewing experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lecturio.de tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |