VeloViewer Prettifier
Improves readability of VeloViewer and makes it more pleasing to the eyes
What is VeloViewer Prettifier?
VeloViewer Prettifier is a Chrome extension developed by http://prashanth.net, and its main feature is "Improves readability of VeloViewer and makes it more pleasing to the eyes".
Extension Screenshots
Download VeloViewer Prettifier Extension CRX File
Download VeloViewer Prettifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jcahkjdadbpccgcakdpijbkahbokigae |
Official URL | https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae |
Description | Improves readability of VeloViewer and makes it more pleasing to the eyes |
File Size | 33 KB |
Installation Count | 408 |
Current Version | 0.1 |
Last Updated | 2016-08-09 |
Publish Date | 2016-08-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://prashanth.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |