Lectio Colors

Base Level Extension

什么是Lectio Colors?

Lectio Colors是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Base Level Extension”。

扩展截图

screenshot

下载Lectio Colors扩展crx文件

下载Lectio Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sæt farver på dit lectio-skema                    

扩展基本信息

名称 Lectio Colors Lectio Colors
ID oenijhondngbjobcpjdjjehcifkmhnib
官方URL https://chromewebstore.google.com/detail/lectio-colors/oenijhondngbjobcpjdjjehcifkmhnib
简介 Base Level Extension
文件大小 35.21 KB
安装次数 10,153
当前版本 0.0.0.3
更新时间 2018-10-08
上架时间 2018-10-08
评分 4.43/5 共7次评分
开发者 Unknown
付费类型 free
支持的语言 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"
        }
    }
}