Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
Wat is Lectio Calender - Student Comanion?
Lectio Calender - Student Comanion is een Chrome-extensie ontwikkeld door William B. Meyling, en de belangrijkste functie is "Lectio Enhancer with Calender For Student Companion".
Download het CRX-bestand van de extensie Lectio Calender - Student Comanion
Download Lectio Calender - Student Comanion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.
Basisinformatie over de Extensie
Naam | |
ID | llkfaognadmkninbflfphjeeeoodilkm |
Officiële URL | https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm |
Beschrijving | Lectio Enhancer with Calender For Student Companion |
Bestandsgrootte | 285 KB |
Aantal Installaties | 371 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-11-13 |
Publicatiedatum | 2017-11-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | William B. Meyling |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |