Format: Dark

Save the eys, darkify

Format: Dark란 무엇입니까?

Format: Dark은(는) WebGL3D에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save the eys, darkify"입니다.

확장 프로그램 스크린샷

screenshot

Format: Dark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is really made and tailored just for me. Feel free to check out the source or use it. Do not expect maintenance or feature requests to be fulfilled.
https://github.com/WebGL3D/format-dark                    

확장 프로그램 기본 정보

이름 Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
공식 URL https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
설명 Save the eys, darkify
파일 크기 94.92 KB
설치 횟수 602
현재 버전 1.1.4
최근 업데이트 2021-08-17
출시 날짜 2019-09-07
평점 3.25/5 총 12 개의 평점
개발자 WebGL3D
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/WebGL3D/format-dark
개인정보 보호 정책 페이지 URL https://roblox.plus/about/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "name": "Format: Dark",
    "short_name": "Format: Dark",
    "description": "Save the eys, darkify",
    "icons": {
        "128": "\/images\/icons\/icon_128x128.png",
        "16": "\/images\/icons\/icon_16x16.png",
        "48": "\/images\/icons\/icon_64x64.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/ext.js",
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/highlight.pack.js",
                "\/js\/lib\/beautify.js",
                "\/js\/lib\/cssbeautify.js",
                "\/js\/themes.js",
                "\/js\/preloadDark.js"
            ],
            "css": [
                "\/css\/output\/page-dark-common.css",
                "\/css\/output\/code\/dark-code.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/output\/documentation\/ietf.org.css"
            ],
            "matches": [
                "*:\/\/tools.ietf.org\/html\/*",
                "*:\/\/datatracker.ietf.org\/doc\/html\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/WebGL3D\/format-dark",
    "manifest_version": 2,
    "incognito": "split"
}