Ufora Dark Mode
Dark Mode for Ufora
Ufora Dark Modeとは何ですか?
Ufora Dark ModeはSeppeによって開発されたChromeの拡張機能で、その主な機能は「Dark Mode for Ufora」です。
拡張機能のスクリーンショット
Ufora Dark Mode拡張機能のCRXファイルをダウンロード
Ufora Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
INSTRUCTIONS 1) Click the extension icon to open the menu 2) Customize the colors as desired 3) Toggle extra options on/off FEATURES - Changes the appearance of ufora.ugent.be - Changes the appearance of the login page (optional) - All colors are fully customizable - 5 slots to save colorsettings PERMISSIONS - Modify websites of UGent - Browsing activity: Check what is current url is
拡張機能の基本情報
名前 | Ufora Dark Mode |
ID | gjcablcdkfcgeekhopdomejlaifdejjf |
公式URL | https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf |
説明 | Dark Mode for Ufora |
ファイルサイズ | 23.89 KB |
インストール数 | 161 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-12-17 |
公開日 | 2021-01-09 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Seppe |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/SeppeM8/Ufora-Darkmode/issues |
対応言語 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ufora Dark Mode", "version": "1.0.1", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "icons": { "16": "Icons\/icon16.png", "48": "Icons\/icon48.png", "128": "Icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.ugent.be\/*" ], "action": { "default_popup": "popup.html" } } |