GitHub submodule links
Hyperlinks submodule hashes and submodule diffs on GitHub.
Was ist GitHub submodule links?
GitHub submodule links ist eine Chrome-Erweiterung, die von https://msol.io entwickelt wurde, und ihr Hauptmerkmal ist "Hyperlinks submodule hashes and submodule diffs on GitHub.".
Erweiterungsscreenshots
GitHub submodule links-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub submodule links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | GitHub submodule links |
ID | ncoknneddcolmgfnmcbemhhaghjdlkkb |
Offizielle URL | https://chromewebstore.google.com/detail/github-submodule-links/ncoknneddcolmgfnmcbemhhaghjdlkkb |
Beschreibung | Hyperlinks submodule hashes and submodule diffs on GitHub. |
Dateigröße | 17.49 KB |
Installationsanzahl | 191 |
Aktuelle Version | 1.6 |
Letztes Update | 2015-03-28 |
Veröffentlichungsdatum | 2015-03-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://msol.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/msolomon/github-submodule-links |
Hilfeseite URL | https://github.com/msolomon/github-submodule-links |
Unterstützte Sprachen | 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" } |