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" ] } |