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"입니다.
확장 프로그램 스크린샷
Github CSV Diff 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |