Lectio Colors

Base Level Extension

Lectio Colors란 무엇입니까?

Lectio Colors은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Base Level Extension"입니다.

확장 프로그램 스크린샷

screenshot

Lectio Colors 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}