Dark Octo Themes

Allows you to view source code on GitHub with a dark theme instead of the default light theme.

Dark Octo Themes란 무엇입니까?

Dark Octo Themes은(는) Craig MacGregor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to view source code on GitHub with a dark theme instead of the default light theme."입니다.

확장 프로그램 스크린샷

screenshot

Dark Octo Themes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.                    

확장 프로그램 기본 정보

이름 Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
공식 URL https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
설명 Allows you to view source code on GitHub with a dark theme instead of the default light theme.
파일 크기 365 KB
설치 횟수 121
현재 버전 1.17
최근 업데이트 2020-05-11
출시 날짜 2020-05-11
평점 3.50/5 총 6 개의 평점
개발자 Craig MacGregor
결제 유형 free
확장 프로그램 웹 사이트 http://allthingscraig.com
도움말 페이지 URL https://github.com/craigerm/dark-octo-themes
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Octo Themes",
    "version": "1.17",
    "manifest_version": 2,
    "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "src\/js\/applyTheme.js",
            "src\/js\/themeStorage.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/gist.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "options_page": "src\/options.html"
}