Ufora Dark Mode
Dark Mode for Ufora
Ufora Dark Mode란 무엇입니까?
Ufora Dark Mode은(는) Seppe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode for Ufora"입니다.
확장 프로그램 스크린샷
Ufora Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |