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 |
公式URL | 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 |
Eメール | [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 } |