Lectio Calender - Student Comanion

Lectio Enhancer with Calender For Student Companion

Apa itu Lectio Calender - Student Comanion?

Lectio Calender - Student Comanion adalah ekstensi Chrome yang dikembangkan oleh William B. Meyling, dan fitur utamanya adalah "Lectio Enhancer with Calender For Student Companion".

Unduh Berkas CRX Ekstensi Lectio Calender - Student Comanion

Unduh file ekstensi Lectio Calender - Student Comanion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lectio Calender - Student Comanion Lectio Calender - Student Comanion
ID llkfaognadmkninbflfphjeeeoodilkm
URL Resmi https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm
Deskripsi Lectio Enhancer with Calender For Student Companion
Ukuran File 285 KB
Jumlah Instalasi 371
Versi Saat Ini 2.0
Terakhir Diperbarui 2017-11-13
Tanggal Publikasi 2017-11-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang William B. Meyling
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}