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
拡張機能の基本情報
名前 | 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" } } } |