Github Whitespace ignorable differ
This extension allows you to only see only the non-whitespace diffs.
Wat is Github Whitespace ignorable differ?
Github Whitespace ignorable differ is een Chrome-extensie ontwikkeld door Scott Youngblut, en de belangrijkste functie is "This extension allows you to only see only the non-whitespace diffs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Whitespace ignorable differ
Download Github Whitespace ignorable differ-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
This extension gives you the ability to turn on white space diffing on a per-site basis using a cookie;
It works on any github site including github enterprise!!
Tested and Everything! Basisinformatie over de Extensie
| Naam | |
| ID | klfoeihajdgibpablomibnaaaleicmjb |
| Officiële URL | https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb |
| Beschrijving | This extension allows you to only see only the non-whitespace diffs. |
| Bestandsgrootte | 17.75 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2015-01-31 |
| Publicatiedatum | 2015-01-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Scott Youngblut |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://scottyoungblut.com/ |
| Help Pagina-URL | https://github.com/syoungblut/chrome-github-whitespace |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Whitespace ignorable differ",
"description": "This extension allows you to only see only the non-whitespace diffs.",
"version": "0.0.2",
"manifest_version": 2,
"incognito": "split",
"icons": {
"16": "resources\/icon-16.png",
"48": "resources\/icon-48.png",
"128": "resources\/icon-128.png"
},
"web_accessible_resources": [
"page-script-link-rewriter.js",
"resources\/icon-16.png"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*\/commit\/*",
"https:\/\/*\/*\/compare\/*",
"https:\/\/*\/*\/pull\/*"
],
"js": [
"jsuri\/jsuri-1.1.1.js",
"cookies\/cookies-1.1.0.js",
"content-script-cookie-api.js",
"content-script-toggle-button.js"
],
"run_at": "document_idle",
"all_frames": false
},
{
"matches": [
"https:\/\/*\/*\/commit\/*",
"https:\/\/*\/*\/compare\/*",
"https:\/\/*\/*\/pull\/*"
],
"js": [
"jsuri\/jsuri-1.1.1.js",
"cookies\/cookies-1.1.0.js",
"content-script-cookie-api.js",
"content-script-preference-loader.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |