Ecosia Darkmode
Browse Ecosia in dark mode - save the planet, and your eyes.
Ecosia Darkmode란 무엇입니까?
Ecosia Darkmode은(는) k_aaa129058에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Ecosia in dark mode - save the planet, and your eyes."입니다.
확장 프로그램 스크린샷
Ecosia Darkmode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A darkmode built for Ecosia: Ecosia Darkmode enables a custom dark theme for all Ecosia searches, giving your eyes a chance to rest while your searches plant trees. Styled after Google's dark mode, the extension should be familiar to anyone wanting to switch to Ecosia. • Lightweight and reliable • Practical but good looking design • No flickering or flashing • Respects your privacy UPDATE: Ecosia has added their own darkmode as of 31/10/2022. This extension will remain be updated so users who prefer the theming can continue to enjoy it, but future support may be limited. Thank you to everyone who used and supported Ecosia Darmode <3
확장 프로그램 기본 정보
이름 | Ecosia Darkmode |
ID | ncidpdcppimaiedanpmfgalibnfefpki |
공식 URL | https://chromewebstore.google.com/detail/ecosia-darkmode/ncidpdcppimaiedanpmfgalibnfefpki |
설명 | Browse Ecosia in dark mode - save the planet, and your eyes. |
파일 크기 | 1.01 MB |
설치 횟수 | 97 |
현재 버전 | 1.574 |
최근 업데이트 | 2022-11-02 |
출시 날짜 | 2022-02-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | k_aaa129058 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecosia Darkmode", "description": "Browse Ecosia in dark mode - save the planet, and your eyes.", "version": "1.574", "author": "Kw_hrs", "manifest_version": 3, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ecosia.org\/*" ], "css": [ "dark.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/info.ecosia.org\/*" ], "css": [ "dark_info.css" ], "run_at": "document_start" } ], "permissions": [] } |