Ecosia Dark Mode
A dark theme for the Ecosia search engine
Ecosia Dark Mode란 무엇입니까?
Ecosia Dark Mode은(는) Aidan H에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A dark theme for the Ecosia search engine"입니다.
확장 프로그램 스크린샷
Ecosia Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This simple extension has a toggle for the dark mode, to allow you to turn it on and off whenever you like. Currently supported Ecosia sites & services: • www.ecosia.org • info.ecosia.org • blog.ecosia.org Follow our development on GitHub (report any issues here too!): https://github.com/aidanhorton/ecosia-darkmode-extensions Permissions & Privacy details and information can be found on the GitHub homepage in the link above. This extension is also available for the FireFox browser! Consider supporting my work by (optionally!) donating: https://www.paypal.com/donate?hosted_button_id=642DGYF3CL5TG Please allow a few days for updates if you notice any styling issues, as Ecosia are constantly updating their web-pages.
확장 프로그램 기본 정보
이름 | Ecosia Dark Mode |
ID | hfpbjnmjofmfpnkcmdnkgndahgpjhpih |
공식 URL | https://chromewebstore.google.com/detail/ecosia-dark-mode/hfpbjnmjofmfpnkcmdnkgndahgpjhpih |
설명 | A dark theme for the Ecosia search engine |
파일 크기 | 66.77 KB |
설치 횟수 | 4,964 |
현재 버전 | 1.4.3.1 |
최근 업데이트 | 2022-09-19 |
출시 날짜 | 2020-10-23 |
평점 | 4.52/5 총 21 개의 평점 |
개발자 | Aidan H |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aidanhorton/ecosia-darkmode-extensions |
도움말 페이지 URL | https://github.com/aidanhorton/ecosia-darkmode-extensions |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecosia Dark Mode", "version": "1.4.3.1", "description": "A dark theme for the Ecosia search engine", "manifest_version": 3, "permissions": [ "tabs", "storage", "topSites" ], "action": { "default_popup": "popup.html", "default_title": "Ecosia dark", "default_icon": { "16": "images\/EcosiaLogo16.png", "32": "images\/EcosiaLogo32.png", "48": "images\/EcosiaLogo48.png", "128": "images\/EcosiaLogo128.png" } }, "icons": { "16": "images\/EcosiaLogo16.png", "32": "images\/EcosiaLogo32.png", "48": "images\/EcosiaLogo48.png", "128": "images\/EcosiaLogo128.png" }, "web_accessible_resources": [ { "resources": [ "images\/EcosiaLogo.png", "pages\/Close.png", "injection-styling\/blog-page.css", "injection-styling\/home-page.css", "injection-styling\/images-page.css", "injection-styling\/information-page.css", "injection-styling\/login-page.css", "injection-styling\/news-and-videos-page.css", "injection-styling\/search-page.css", "injection-styling\/settings-page.css", "injection-styling\/shopping-page.css", "injection-styling\/universal-styling.css" ], "matches": [ " |