Lectio Calender - Student Comanion
Lectio Enhancer with Calender For Student Companion
Lectio Calender - Student Comanion क्या है?
Lectio Calender - Student Comanion William B. Meyling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lectio Enhancer with Calender For Student Companion"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lectio Calender - Student Comanion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |