Lectio Colors
Base Level Extension
什麼是Lectio Colors?
Lectio Colors是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Base Level Extension”。
擴展截圖
下載Lectio Colors擴展crx文件
下載Lectio Colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sæt farver på dit lectio-skema 擴展基本資訊
| 名稱 | |
| ID | oenijhondngbjobcpjdjjehcifkmhnib |
| 官方網址 | 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"
}
}
} | |