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
官方網址 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\/*"
            ]
        }
    ]
}