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
公式URL 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
Eメール [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"
        }
    }
}