ecdiff

Beautifies Git and CVS code patches on the browser.

ecdiff란 무엇입니까?

ecdiff은(는) https://earvinpiamonte.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautifies Git and CVS code patches on the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ecdiff 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ecdiff ecdiff
ID jockmidhjggcfnfdinaihmndknopjjij
공식 URL https://chromewebstore.google.com/detail/ecdiff/jockmidhjggcfnfdinaihmndknopjjij
설명 Beautifies Git and CVS code patches on the browser.
파일 크기 484 KB
설치 횟수 51
현재 버전 0.2.0
최근 업데이트 2022-04-27
출시 날짜 2021-11-05
개발자 https://earvinpiamonte.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}