Github Diffs
Collapse/expand diff files for easier reviews
什麼是Github Diffs?
Github Diffs是由kamranahmed.se開發的Chrome擴展程式,該擴展的主要功能是“Collapse/expand diff files for easier reviews”。
擴展截圖
下載Github Diffs擴展crx文件
下載Github Diffs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Collapse/expand diff files for easier reviews When there is a large number of files in a pull request it becomes difficult to get an overview or to find some specific files with all the files stacked upon each other. This extension allows collapsing and expanding files so that you do not have to pound the innocent scrollbar. It adds buttons to `Collapse all Diffs` or `Show all Diffs` and makes `file headers clickable` to toggle the diff for some specific file
擴展基本資訊
名稱 | Github Diffs |
ID | dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
官方網址 | https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
簡介 | Collapse/expand diff files for easier reviews |
檔案大小 | 12.99 KB |
安裝次數 | 85 |
目前版本 | 1.0.3 |
更新時間 | 2017-08-11 |
上架時間 | 2017-08-11 |
開發者 | kamranahmed.se |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Diffs", "short_name": "github-diffs", "version": "1.0.3", "manifest_version": 2, "description": "Collapse\/expand diff files for easier reviews", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-diffs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "GithubDiff.js" ] } ] } |