Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
Hvad er Lectio Calender - Student Comanion?
Lectio Calender - Student Comanion er en Chrome-udvidelse udviklet af William B. Meyling, og dens hovedfunktion er "Lectio Enhancer with Calender For Student Companion".
Download Lectio Calender - Student Comanion-udvidelses-CRX-fil
Download Lectio Calender - Student Comanion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | llkfaognadmkninbflfphjeeeoodilkm |
Officiel URL | https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm |
Beskrivelse | Lectio Enhancer with Calender For Student Companion |
Filstørrelse | 285 KB |
Antal Installationer | 371 |
Nuværende Version | 2.0 |
Senest Opdateret | 2017-11-13 |
Udgivelsesdato | 2017-11-13 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | William B. Meyling |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |