Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
ما هو Lectio Calender - Student Comanion؟
Lectio Calender - Student Comanion هو إضافة Chrome تم تطويرها بواسطة William B. Meyling، والميزة الرئيسية لها هي "Lectio Enhancer with Calender For Student Companion".
تحميل ملف CRX للإضافة Lectio Calender - Student Comanion
قم بتنزيل ملفات الامتداد Lectio Calender - Student Comanion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |