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
公式URL 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"
        ]
    }
}