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”。
扩展截图
下载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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } } |