ecdiff
Beautifies Git and CVS code patches on the browser.
Wat is ecdiff?
ecdiff is een Chrome-extensie ontwikkeld door https://earvinpiamonte.com, en de belangrijkste functie is "Beautifies Git and CVS code patches on the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie ecdiff
Download ecdiff-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
Updates
- Add support for git patch
Features
- Code syntax highlighting
- Light/ dark mode
Usage
1. Open a code patch file on a Chrome browser
2. Click on the ecdiff extension icon
Toggle dark mode on options page: Right click on the ecdiff extension icon then click on "Options".
To format local code patch files at file:///, enable "Allow access to file URLs" on chrome://extensions/?id=jockmidhjggcfnfdinaihmndknopjjij.
Supported
- git diff
- unified diff code patches created with Eclipse IDE
- unified diff code patches created with CVS diff
Open source
https://github.com/earvinpiamonte/ecdiff Basisinformatie over de Extensie
| Naam | |
| ID | jockmidhjggcfnfdinaihmndknopjjij |
| Officiële URL | https://chromewebstore.google.com/detail/ecdiff/jockmidhjggcfnfdinaihmndknopjjij |
| Beschrijving | Beautifies Git and CVS code patches on the browser. |
| Bestandsgrootte | 484 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2022-04-27 |
| Publicatiedatum | 2021-11-05 |
| Ontwikkelaar | https://earvinpiamonte.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ecdiff",
"short_name": "ecdiff",
"description": "Beautifies Git and CVS code patches on the browser.",
"author": "Noel Earvin Piamonte",
"version": "0.2.0",
"icons": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png",
"192": "images\/android-chrome-192x192.png",
"512": "images\/android-chrome-512x512.png"
},
"action": [],
"permissions": [
"activeTab",
"scripting",
"storage"
],
"background": {
"service_worker": "background.js"
},
"options_page": "index.html"
} | |