Dark Theme
Dark Theme for every websites - Dark mode web. Dark theme for night readers.
Dark Theme란 무엇입니까?
Dark Theme은(는) gitfreext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Theme for every websites - Dark mode web. Dark theme for night readers."입니다.
확장 프로그램 스크린샷
Dark Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dark Theme makes easier to read at night. Dark mode for every website. Use dark theme and take care of your eyes. Click to icon of Dark Theme extension for dark reader - On Again click to icon for disable dark mode - Off Dark web for everybody. Enjoy the night!
확장 프로그램 기본 정보
이름 | |
ID | iofacgofnoffpinjjllfalnjcmmagpfk |
공식 URL | https://chrome.google.com/webstore/detail/dark-theme/iofacgofnoffpinjjllfalnjcmmagpfk |
설명 | Dark Theme for every websites - Dark mode web. Dark theme for night readers. |
파일 크기 | 268 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-09-05 |
출시 날짜 | 2020-09-05 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | gitfreext |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.smart-finder.net/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Theme", "short_name": "Dark Theme", "description": "Dark Theme for every websites - Dark mode web. Dark theme for night readers.", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_title": "Click to switch modes", "default_icon": "icons\/night256.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "icons": { "128": "icons\/night128.png", "64": "icons\/night64.png", "48": "icons\/night48.png", "16": "icons\/night16.png" }, "options_page": "options\/index.html", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "match_about_blank": true, "css": [ "stylesheets\/dummy.css" ], "run_at": "document_start" } ] } |