Lectio Colors
Base Level Extension
What is Lectio Colors?
Lectio Colors is a Chrome extension developed by Unknown, and its main feature is "Base Level Extension".
Extension Screenshots
Download Lectio Colors Extension CRX File
Download Lectio Colors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sæt farver på dit lectio-skema
Extension Basic Information
Name | Lectio Colors |
ID | oenijhondngbjobcpjdjjehcifkmhnib |
Official URL | https://chromewebstore.google.com/detail/lectio-colors/oenijhondngbjobcpjdjjehcifkmhnib |
Description | Base Level Extension |
File Size | 35.21 KB |
Installation Count | 10,153 |
Current Version | 0.0.0.3 |
Last Updated | 2018-10-08 |
Publish Date | 2018-10-08 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } } |