Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
What is Lectio Calender - Student Comanion?
Lectio Calender - Student Comanion is a Chrome extension developed by William B. Meyling, and its main feature is "Lectio Enhancer with Calender For Student Companion".
Download Lectio Calender - Student Comanion Extension CRX File
Download Lectio Calender - Student Comanion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.
Extension Basic Information
Name | |
ID | llkfaognadmkninbflfphjeeeoodilkm |
Official URL | https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm |
Description | Lectio Enhancer with Calender For Student Companion |
File Size | 285 KB |
Installation Count | 371 |
Current Version | 2.0 |
Last Updated | 2017-11-13 |
Publish Date | 2017-11-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | William B. Meyling |
Payment Type | free |
Supported Languages | 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" ] } |