Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
Co to jest Lectio Calender - Student Comanion?
Lectio Calender - Student Comanion to rozszerzenie Chrome opracowane przez William B. Meyling, a jego główną funkcją jest „Lectio Enhancer with Calender For Student Companion”.
Pobierz plik CRX rozszerzenia Lectio Calender - Student Comanion
Pobierz pliki rozszerzeń Lectio Calender - Student Comanion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | llkfaognadmkninbflfphjeeeoodilkm |
Oficjalny URL | https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm |
Opis | Lectio Enhancer with Calender For Student Companion |
Rozmiar pliku | 285 KB |
Liczba instalacji | 371 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2017-11-13 |
Data Publikacji | 2017-11-13 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | William B. Meyling |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lectio Calender - Student Comanion", "description": "Lectio Enhancer with Calender For Student Companion", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webNavigation", "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js", "\/OtherResources\/p5.min.js", "sketch.js", "p5.speech.js" ] } ], "web_accessible_resources": [ "bodyCalende.html", "calender.js" ] } |