ecdiff

Beautifies Git and CVS code patches on the browser.

Qu'est-ce que ecdiff ?

ecdiff est une extension Chrome développée par https://earvinpiamonte.com, et sa fonction principale est "Beautifies Git and CVS code patches on the browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ecdiff

Téléchargez les fichiers d'extension ecdiff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ecdiff ecdiff
ID jockmidhjggcfnfdinaihmndknopjjij
URL Officiel https://chromewebstore.google.com/detail/ecdiff/jockmidhjggcfnfdinaihmndknopjjij
Description Beautifies Git and CVS code patches on the browser.
Taille du Fichier 484 KB
Nombre d'Installations 51
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-04-27
Date de Publication 2021-11-05
Développeur https://earvinpiamonte.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}