GitHub compare helper
Adds UI to GitHub commits pages to easier create GitHub compare urls
什麼是GitHub compare helper?
GitHub compare helper是由Henrik開發的Chrome擴展程式,該擴展的主要功能是“Adds UI to GitHub commits pages to easier create GitHub compare urls”。
擴展截圖
下載GitHub compare helper擴展crx文件
下載GitHub compare helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Manually typing the GitHub compare url takes too much time. Use this simple UI add-on to do it much faster! Note: Works the same way GitHub compare urls are normally generated i.e. from the first SHA of a commit to (but not including) the last SHA of a commit. This means the generated compare url will, for branches, include the top selected commit but not the last selected commit (but the commit before). For pull requests it is the opposite. NEW! Now also works on pull requests! ----------------------------------------------------- Source: https://github.com/hengun348/GitHub-compare-helper Thanks https://github.com/acetrand and https://github.com/bradsk88 for pull request contributions!
擴展基本資訊
名稱 | GitHub compare helper |
ID | cioiakfpohjbldapjdenhmdenmdcdigd |
官方網址 | https://chromewebstore.google.com/detail/github-compare-helper/cioiakfpohjbldapjdenhmdenmdcdigd |
簡介 | Adds UI to GitHub commits pages to easier create GitHub compare urls |
檔案大小 | 334 KB |
安裝次數 | 38 |
目前版本 | 1.2.1 |
更新時間 | 2020-05-24 |
上架時間 | 2020-05-24 |
評分 | 3.20/5 共 5 次評分 |
開發者 | Henrik |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub compare helper", "version": "1.2.1", "description": "Adds UI to GitHub commits pages to easier create GitHub compare urls", "author": "Henrik Gunnarsson", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/github.com\/*\/commits\/*" ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |