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 |
官方網址 | 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" } } |