Github CSV Diff

Show CSV diffs on GitHub to enhance review experience

什麼是Github CSV Diff?

Github CSV Diff是由weiyang開發的Chrome擴展程式,該擴展的主要功能是“Show CSV diffs on GitHub to enhance review experience”。

擴展截圖

screenshot
screenshot

下載Github CSV Diff擴展crx文件

下載Github CSV Diff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Show CSV diffs on GitHub to enhance review experience.
If you need to review CSV files on Github you will like this.
On Github (or Github Enterprise), this extension provides a 'Render CSV files' button to show CSV files diffs on the review page in 'Unified' diff view mode.

在 Github 上高亮显示 CSV 文件的变更,以增强 CSV 文件的 Review 体验。
如果你需要在 Github 上 Review CSV 文件,你会喜欢这个插件。
在 Github (包括企业版)上,此扩展程序提供了 'Render CSV files' 按钮,在 'Unified' 模式下的 Review 页面上高亮显示 CSV 文件变更。                    

擴展基本資訊

名稱 Github CSV Diff Github CSV Diff
ID ngpdjmibpbemokfbmapemhpbmgacebhg
官方網址 https://chromewebstore.google.com/detail/github-csv-diff/ngpdjmibpbemokfbmapemhpbmgacebhg
簡介 Show CSV diffs on GitHub to enhance review experience
檔案大小 95.42 KB
安裝次數 176
目前版本 1.0.2
更新時間 2020-03-14
上架時間 2020-03-13
開發者 weiyang
付費類型 free
擴展官網 https://github.com/wy-z/github-csv-diff
說明頁面URL https://github.com/wy-z/github-csv-diff/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github CSV Diff",
    "homepage_url": "https:\/\/github.com\/wy-z\/github-csv-diff",
    "description": "Show CSV diffs on GitHub to enhance review experience",
    "version": "1.0.2",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}