Github CSV Diff

Show CSV diffs on GitHub to enhance review experience

Github CSV Diff क्या है?

Github CSV Diff weiyang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show CSV diffs on GitHub to enhance review experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Github CSV Diff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}