Reddit Makeover

Make reddit easier on the eyes.

Reddit Makeoverとは何ですか?

Reddit Makeoverはuxmatthewによって開発されたChromeの拡張機能で、その主な機能は「Make reddit easier on the eyes.」です。

拡張機能のスクリーンショット

screenshot

Reddit Makeover拡張機能のCRXファイルをダウンロード

Reddit Makeover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reddit Makeover v 1.0   [NEW! 2013]

This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable.

It's easier to scan, read, and understand.

Whether you're new to reddit or an old pro, this extension is a life saver!                    

拡張機能の基本情報

名前 Reddit Makeover Reddit Makeover
ID gobfpbbhfcmlnfcagochgigpbelbfcbn
公式URL https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn
説明 Make reddit easier on the eyes.
ファイルサイズ 93.78 KB
インストール数 63
現在のバージョン 1.2
最終更新日 2013-11-18
公開日 2013-11-18
評価 5.00/5 合計 3 レビュー
開発者 uxmatthew
支払い方法 free
拡張機能のウェブサイト http://www.uxmatthew.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Makeover",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Make reddit easier on the eyes.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/"
    ]
}