Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
Qu'est-ce que Lectio Calender - Student Comanion ?
Lectio Calender - Student Comanion est une extension Chrome développée par William B. Meyling, et sa fonction principale est "Lectio Enhancer with Calender For Student Companion".
Télécharger le fichier CRX de l'extension Lectio Calender - Student Comanion
Téléchargez les fichiers d'extension Lectio Calender - Student Comanion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.
Informations de Base sur l'Extension
Nom | |
ID | llkfaognadmkninbflfphjeeeoodilkm |
URL Officiel | https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm |
Description | Lectio Enhancer with Calender For Student Companion |
Taille du Fichier | 285 KB |
Nombre d'Installations | 371 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-11-13 |
Date de Publication | 2017-11-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | William B. Meyling |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |