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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lectio Calender - Student Comanion Lectio Calender - Student Comanion
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"
    ]
}