Lectio Colors

Base Level Extension

Lectio Colors là gì?

Lectio Colors là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Base Level Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lectio Colors

Tải xuống các tệp mở rộng Lectio Colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Sæt farver på dit lectio-skema                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lectio Colors Lectio Colors
ID oenijhondngbjobcpjdjjehcifkmhnib
URL Chính Thức https://chromewebstore.google.com/detail/lectio-colors/oenijhondngbjobcpjdjjehcifkmhnib
Mô tả Base Level Extension
Kích Thước Tệp 35.21 KB
Số Lần Cài Đặt 10,153
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2018-10-08
Ngày Phát Hành 2018-10-08
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}