Lectio Calender - Student Comanion

Lectio Enhancer with Calender For Student Companion

Vad är Lectio Calender - Student Comanion?

Lectio Calender - Student Comanion är en Chrome-tillägg utvecklad av William B. Meyling, och dess huvudfunktion är "Lectio Enhancer with Calender For Student Companion".

Ladda ner Lectio Calender - Student Comanion-förlängningens CRX-fil

Ladda ner Lectio Calender - Student Comanion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Lectio Calender - Student Comanion Lectio Calender - Student Comanion
ID llkfaognadmkninbflfphjeeeoodilkm
Officiell webbadress https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm
Beskrivning Lectio Enhancer with Calender For Student Companion
Filstorlek 285 KB
Antal Installationer 371
Aktuell Version 2.0
Senast Uppdaterad 2017-11-13
Publiceringsdatum 2017-11-13
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare William B. Meyling
Betalningssätt free
Stödda Språk 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"
    ]
}