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 |
官方網址 | 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" ] } |