Lectio Colors

Base Level Extension

Lectio Colorsคืออะไร?

Lectio Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Base Level Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lectio Colors

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}