ecdiff

Beautifies Git and CVS code patches on the browser.

ecdiff là gì?

ecdiff là một tiện ích mở rộng Chrome được phát triển bởi https://earvinpiamonte.com, và tính năng chính của nó là "Beautifies Git and CVS code patches on the browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ecdiff

Tải xuống các tệp mở rộng ecdiff dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ecdiff ecdiff
ID jockmidhjggcfnfdinaihmndknopjjij
URL Chính Thức https://chromewebstore.google.com/detail/ecdiff/jockmidhjggcfnfdinaihmndknopjjij
Mô tả Beautifies Git and CVS code patches on the browser.
Kích Thước Tệp 484 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2022-04-27
Ngày Phát Hành 2021-11-05
Nhà Phát Triển https://earvinpiamonte.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}