Turnip's Terrible Theme

Everybody's Favourite Dark Kitsu.io Theme

Turnip's Terrible Theme란 무엇입니까?

Turnip's Terrible Theme은(는) TurnipAU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Everybody's Favourite Dark Kitsu.io Theme"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Turnip's Terrible Theme 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Everybody's favourite https://Kitsu.io dark theme is back and slightly better than ever before!

This bad boy will eliminate hours of Josh's hardwork into a grayscale and orange abomination... 

So what are you waiting for? Get the best extension now!

(This dark mode follows chrome's accessibility contrast checker in developer tools so everything can be as visible as possible.)                    

확장 프로그램 기본 정보

이름 Turnip's Terrible Theme Turnip's Terrible Theme
ID mkajakggjnpgmnpkcnpjecckpalmacif
공식 URL https://chromewebstore.google.com/detail/turnips-terrible-theme/mkajakggjnpgmnpkcnpjecckpalmacif
설명 Everybody's Favourite Dark Kitsu.io Theme
파일 크기 178 KB
설치 횟수 157
현재 버전 2.2.2
최근 업데이트 2021-05-19
출시 날짜 2020-06-01
평점 4.29/5 총 7 개의 평점
개발자 TurnipAU
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kitsu.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turnip's Terrible Theme",
    "short_name": "TTT",
    "version": "2.2.2",
    "description": "Everybody's Favourite Dark Kitsu.io Theme",
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "style.css",
        "secret.css",
        "codeMirror\/codemirror.css",
        "codeMirror\/themeCM.css",
        "options.js",
        "codeMirror\/codemirror.js",
        "codeMirror\/show-hint.js",
        "codeMirror\/css-hint.js"
    ],
    "permissions": [
        "https:\/\/kitsu.io\/*",
        "http:\/\/kitsu.io\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "script.js",
                "codeMirror\/codemirror.js",
                "codeMirror\/css-hint.js",
                "codeMirror\/show-hint.js",
                "options.js"
            ],
            "matches": [
                "https:\/\/kitsu.io\/*"
            ]
        }
    ]
}