Lectio Colors

Base Level Extension

Wat is Lectio Colors?

Lectio Colors is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Base Level Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lectio Colors

Download Lectio Colors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sæt farver på dit lectio-skema                    

Basisinformatie over de Extensie

Naam Lectio Colors Lectio Colors
ID oenijhondngbjobcpjdjjehcifkmhnib
Officiële URL https://chromewebstore.google.com/detail/lectio-colors/oenijhondngbjobcpjdjjehcifkmhnib
Beschrijving Base Level Extension
Bestandsgrootte 35.21 KB
Aantal Installaties 10,153
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2018-10-08
Publicatiedatum 2018-10-08
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lectio Colors",
    "description": "Base Level Extension",
    "version": "0.0.0.3",
    "page_action": {
        "default_popup": "controlpanel.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lectio.dk\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "skema_scraping_and_colors.js"
            ]
        }
    ],
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Starter control panel"
        }
    }
}