Docs Dark 2.0

Dark Theme for Docs with high contrast!

Docs Dark 2.0란 무엇입니까?

Docs Dark 2.0은(는) Ameya Lambat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Theme for Docs with high contrast!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Docs Dark 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark Theme 2.0 with improved UI and higher contrast for Docs.

Users can view their document with the background in high contrast dark mode that makes the experience easy on the eyes and keeps the document untouched!


V 0.0.13                    

확장 프로그램 기본 정보

이름 Docs Dark 2.0 Docs Dark 2.0
ID djmmkojigpkdagglmjjdjiddopgdchcn
공식 URL https://chromewebstore.google.com/detail/docs-dark-20/djmmkojigpkdagglmjjdjiddopgdchcn
설명 Dark Theme for Docs with high contrast!
파일 크기 24.93 KB
설치 횟수 799
현재 버전 0.0.13
최근 업데이트 2022-09-25
출시 날짜 2022-09-25
평점 5.00/5 총 5 개의 평점
개발자 Ameya Lambat
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Docs Dark 2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "description": "Dark Theme for Docs with high contrast!",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.0.13",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "css\/dark_theme.css"
            ]
        }
    ],
    "manifest_version": 3
}