Github VS Code One Dark Vivid with Fira Code

changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme

Github VS Code One Dark Vivid with Fira Code란 무엇입니까?

Github VS Code One Dark Vivid with Fira Code은(는) ljosberinn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme"입니다.

확장 프로그램 스크린샷

screenshot

Github VS Code One Dark Vivid with Fira Code 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        REQUIRES FIRA CODE TO BE INSTALLED LOCALLY!

https://github.com/tonsky/FiraCode#download-v1205--how-to-install--troubleshooting--news--updates

If you wish more colors to be added, please open a PR.

Fonts need to be added to /src/code.less line 5, with a fallback for macOS/Windows (different naming for the same font)


Colors based on 
https://marketplace.visualstudio.com/items?itemName=kkozee.theme-one-dark-vivid                    

확장 프로그램 기본 정보

이름 Github VS Code One Dark Vivid with Fira Code Github VS Code One Dark Vivid with Fira Code
ID ifhihbeapkbahaelfppkncgmmmeidapl
공식 URL https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl
설명 changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme
파일 크기 23.84 KB
설치 횟수 517
현재 버전 1.3
최근 업데이트 2020-03-16
출시 날짜 2020-03-15
평점 5.00/5 총 1 개의 평점
개발자 ljosberinn
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ljosberinn/github-one-dark-vivid
도움말 페이지 URL https://github.com/ljosberinn/github-one-dark-vivid/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github VS Code One Dark Vivid with Fira Code",
    "description": "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix\/github-dark-theme",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ],
            "css": [
                "app\/app.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}