VHL Improvements
Improves the usability (and tolerability) of VHLCentral
Vad är VHL Improvements?
VHL Improvements är en Chrome-tillägg utvecklad av Gizm0, och dess huvudfunktion är "Improves the usability (and tolerability) of VHLCentral".
Tilläggsskärmbilder
Ladda ner VHL Improvements-förlängningens CRX-fil
Ladda ner VHL Improvements-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.
Grundläggande Information om Tillägg
Namn | VHL Improvements |
ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
Officiell webbadress | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
Beskrivning | Improves the usability (and tolerability) of VHLCentral |
Filstorlek | 22.4 KB |
Antal Installationer | 134 |
Aktuell Version | 1.1.7 |
Senast Uppdaterad | 2020-03-14 |
Publiceringsdatum | 2020-03-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Gizm0 |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "VHLi", "version": "1.1.7", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "page_action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "author": "https:\/\/www.github.com\/i-am-gizm0", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.vhlcentral.com\/sections\/*\/activities\/*" ], "js": [ "content.js" ] } ], "incognito": "split", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "declarativeContent" ] } |