Hide whitespaces GitHub
Always hide whitespaces in GitHub
Wat is Hide whitespaces GitHub?
Hide whitespaces GitHub is een Chrome-extensie ontwikkeld door Arnaud Barré, en de belangrijkste functie is "Always hide whitespaces in GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide whitespaces GitHub
Download Hide whitespaces GitHub-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
When navigating to the files tab on pull request reviews, append the url with ?w=1 to enable the "hide whitespace changes" option
Basisinformatie over de Extensie
Naam | Hide whitespaces GitHub |
ID | nafhbcekbgodfnjpnobmbiajjpgmibnc |
Officiële URL | https://chromewebstore.google.com/detail/hide-whitespaces-github/nafhbcekbgodfnjpnobmbiajjpgmibnc |
Beschrijving | Always hide whitespaces in GitHub |
Bestandsgrootte | 10.26 KB |
Aantal Installaties | 57 |
Huidige Versie | 0.6.0 |
Laatst Bijgewerkt | 2022-08-09 |
Publicatiedatum | 2020-06-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Arnaud Barré |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ArnaudBarre/hide-whitespaces-github |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide whitespaces GitHub", "version": "0.6.0", "description": "Always hide whitespaces in GitHub", "permissions": [ "https:\/\/github.com\/**" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/**" ], "run_at": "document_start", "js": [ "hide-whitespaces.js" ] } ], "icons": { "128": "icon.png" } } |