GitHub submodule links
Hyperlinks submodule hashes and submodule diffs on GitHub.
GitHub submodule linksとは何ですか?
GitHub submodule linksはhttps://msol.ioによって開発されたChromeの拡張機能で、その主な機能は「Hyperlinks submodule hashes and submodule diffs on GitHub.」です。
拡張機能のスクリーンショット
GitHub submodule links拡張機能のCRXファイルをダウンロード
GitHub submodule links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GitHub doesn't hyperlink to submodules in diffs. To make it easier to track what changed, this extension inserts links to both the referenced submodule commits as well as diffs between them. The same extension for Safari and Firefox as well as source code is available at https://github.com/msolomon/github-submodule-links
拡張機能の基本情報
名前 | GitHub submodule links |
ID | ncoknneddcolmgfnmcbemhhaghjdlkkb |
公式URL | https://chromewebstore.google.com/detail/github-submodule-links/ncoknneddcolmgfnmcbemhhaghjdlkkb |
説明 | Hyperlinks submodule hashes and submodule diffs on GitHub. |
ファイルサイズ | 17.49 KB |
インストール数 | 191 |
現在のバージョン | 1.6 |
最終更新日 | 2015-03-28 |
公開日 | 2015-03-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://msol.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/msolomon/github-submodule-links |
ヘルプページのURL | https://github.com/msolomon/github-submodule-links |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub submodule links", "version": "1.6", "description": "Hyperlinks submodule hashes and submodule diffs on GitHub.", "icons": { "128": "icon-128.png" }, "permissions": [ "https:\/\/github.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "link_maker.js" ] } ], "author": "Mike Solomon" } |