Dark Mode Chrome

Dark mode chrome extension for all applying dark theme to all sites on chrome

Dark Mode Chrome란 무엇입니까?

Dark Mode Chrome은(는) https://globaltwittertrends.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark mode chrome extension for all applying dark theme to all sites on chrome"입니다.

확장 프로그램 스크린샷

screenshot

Dark Mode Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Apply Dark Mode in Chrome with a single click on the extension. 

Just go to the choice of your page and then press the extension icon.

Material Design Dark Mode for your browser applies to any page you are viewing.                    

확장 프로그램 기본 정보

이름 Dark Mode Chrome Dark Mode Chrome
ID pdhdailechlgicdgnmdbenhnappgobpp
공식 URL https://chromewebstore.google.com/detail/dark-mode-chrome/pdhdailechlgicdgnmdbenhnappgobpp
설명 Dark mode chrome extension for all applying dark theme to all sites on chrome
파일 크기 16.78 KB
설치 횟수 129
현재 버전 0.1
최근 업데이트 2022-03-03
출시 날짜 2022-03-01
개발자 https://globaltwittertrends.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://globaltwittertrends.com/
도움말 페이지 URL https://globaltwittertrends.com/chrome/darkmode.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode Chrome",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Dark mode chrome extension for all applying dark theme to all sites on chrome",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}