VeloViewer Prettifier
Improves readability of VeloViewer and makes it more pleasing to the eyes
Wat is VeloViewer Prettifier?
VeloViewer Prettifier is een Chrome-extensie ontwikkeld door http://prashanth.net, en de belangrijkste functie is "Improves readability of VeloViewer and makes it more pleasing to the eyes".
Extensie Screenshots
Download het CRX-bestand van de extensie VeloViewer Prettifier
Download VeloViewer Prettifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jcahkjdadbpccgcakdpijbkahbokigae |
Officiële URL | https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae |
Beschrijving | Improves readability of VeloViewer and makes it more pleasing to the eyes |
Bestandsgrootte | 33 KB |
Aantal Installaties | 408 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-08-09 |
Publicatiedatum | 2016-08-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://prashanth.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |