VeloViewer Prettifier

Improves readability of VeloViewer and makes it more pleasing to the eyes

VeloViewer Prettifierとは何ですか?

VeloViewer Prettifierはhttp://prashanth.netによって開発されたChromeの拡張機能で、その主な機能は「Improves readability of VeloViewer and makes it more pleasing to the eyes」です。

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

screenshot

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

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

拡張機能の使用方法

                        Improves readability of VeloViewer and makes it more pleasing to the eyes by increasing font sizes and changing link color from bright Red to Black. 

This project is 'work-in-progress' and future development will be based on user response.

Please contribute to this project here: https://github.com/hnprashanth/veloviewer-prettifier                    

拡張機能の基本情報

名前 VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
公式URL https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
説明 Improves readability of VeloViewer and makes it more pleasing to the eyes
ファイルサイズ 33 KB
インストール数 408
現在のバージョン 0.1
最終更新日 2016-08-09
公開日 2016-08-08
評価 5.00/5 合計 1 レビュー
開発者 http://prashanth.net
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VeloViewer Prettifier",
    "description": "Improves readability of VeloViewer and makes it more pleasing to the eyes",
    "version": "0.1",
    "permissions": [
        "http:\/\/veloviewer.com\/*"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/veloviewer.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.map",
                "changefont.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}