GitHub submodule links
Hyperlinks submodule hashes and submodule diffs on GitHub.
What is GitHub submodule links?
GitHub submodule links is a Chrome extension developed by https://msol.io, and its main feature is "Hyperlinks submodule hashes and submodule diffs on GitHub.".
Extension Screenshots
Download GitHub submodule links Extension CRX File
Download GitHub submodule links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | GitHub submodule links |
ID | ncoknneddcolmgfnmcbemhhaghjdlkkb |
Official URL | https://chromewebstore.google.com/detail/github-submodule-links/ncoknneddcolmgfnmcbemhhaghjdlkkb |
Description | Hyperlinks submodule hashes and submodule diffs on GitHub. |
File Size | 17.49 KB |
Installation Count | 191 |
Current Version | 1.6 |
Last Updated | 2015-03-28 |
Publish Date | 2015-03-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://msol.io |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/msolomon/github-submodule-links |
Help Page URL | https://github.com/msolomon/github-submodule-links |
Supported Languages | 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" } |