Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
什么是Lectio Calender - Student Comanion?
Lectio Calender - Student Comanion是由William B. Meyling开发的Chrome扩展程序,该扩展的主要功能是“Lectio Enhancer with Calender For Student Companion”。
下载Lectio Calender - Student Comanion扩展crx文件
下载Lectio Calender - Student Comanion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.
扩展基本信息
名称 | |
ID | llkfaognadmkninbflfphjeeeoodilkm |
官方URL | https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm |
简介 | Lectio Enhancer with Calender For Student Companion |
文件大小 | 285 KB |
安装次数 | 371 |
当前版本 | 2.0 |
更新时间 | 2017-11-13 |
上架时间 | 2017-11-13 |
评分 | 5.00/5 共2次评分 |
开发者 | William B. Meyling |
付费类型 | free |
支持的语言 | 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" ] } |