VeloViewer Prettifier
Improves readability of VeloViewer and makes it more pleasing to the eyes
Co to jest VeloViewer Prettifier?
VeloViewer Prettifier to rozszerzenie Chrome opracowane przez http://prashanth.net, a jego główną funkcją jest „Improves readability of VeloViewer and makes it more pleasing to the eyes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VeloViewer Prettifier
Pobierz pliki rozszerzeń VeloViewer Prettifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jcahkjdadbpccgcakdpijbkahbokigae |
Oficjalny URL | https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae |
Opis | Improves readability of VeloViewer and makes it more pleasing to the eyes |
Rozmiar pliku | 33 KB |
Liczba instalacji | 408 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-08-09 |
Data Publikacji | 2016-08-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://prashanth.net |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |