Dark Theme for Reddit

Simple flat dark grey theme for Reddit..

什麼是Dark Theme for Reddit?

Dark Theme for Reddit是由emano.waldeck開發的Chrome擴展程式,該擴展的主要功能是“Simple flat dark grey theme for Reddit..”。

擴展截圖

screenshot

下載Dark Theme for Reddit擴展crx文件

下載Dark Theme for Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A simple smooth dark theme for Reddit. This theme can be toggled on and off from the toolbar button. When the extension is enabled, reddit.com is displayed in dark theme. This extension does not have any options at the moment. Just a toolbar button to get enabled or disabled.                    

擴展基本資訊

名稱 Dark Theme for Reddit Dark Theme for Reddit
ID hlhoffhnpiiamppijcbelojhpnhpjdcg
官方網址 https://chromewebstore.google.com/detail/dark-theme-for-reddit/hlhoffhnpiiamppijcbelojhpnhpjdcg
簡介 Simple flat dark grey theme for Reddit..
檔案大小 79.38 KB
安裝次數 2,676
目前版本 0.1.0
更新時間 2018-06-07
上架時間 2018-06-07
評分 4.22/5 共 9 次評分
開發者 emano.waldeck
電子郵箱 [email protected]
付費類型 free
擴展官網 http://add0n.com/dark-theme.html?from=reddit
說明頁面URL http://add0n.com/dark-theme.html?from=reddit
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Dark Theme for Reddit",
    "description": "Simple flat dark grey theme for Reddit..",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "data\/themes\/*.css"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "http:\/\/add0n.com\/dark-theme.html?from=reddit",
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}