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文件

下载Turnip's Terrible Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}