Lectio Calender - Student Comanion

Lectio Enhancer with Calender For Student Companion

Cos'è Lectio Calender - Student Comanion?

Lectio Calender - Student Comanion è un'estensione di Chrome sviluppata da William B. Meyling, e la sua funzione principale è "Lectio Enhancer with Calender For Student Companion".

Scarica il file CRX dell'estensione Lectio Calender - Student Comanion

Scarica i file di estensione Lectio Calender - Student Comanion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Lectio Calender - Student Comanion Lectio Calender - Student Comanion
ID llkfaognadmkninbflfphjeeeoodilkm
URL Ufficiale https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm
Descrizione Lectio Enhancer with Calender For Student Companion
Dimensione del File 285 KB
Conteggio Installazioni 371
Versione Corrente 2.0
Ultimo Aggiornamento 2017-11-13
Data di Pubblicazione 2017-11-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore William B. Meyling
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}