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.」です。
拡張機能のスクリーンショット
ecdiff拡張機能のCRXファイルをダウンロード
ecdiff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |