GIT by Native Extensions (Adam Cockell)
Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.
Co je GIT by Native Extensions (Adam Cockell)?
GIT by Native Extensions (Adam Cockell) je rozšíření Chrome vyvinuté ATeam Technologies, a jeho hlavní funkcí je „Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GIT by Native Extensions (Adam Cockell)
Stáhněte si soubory rozšíření GIT by Native Extensions (Adam Cockell) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
In today's world, software is everywhere and developers are in demand. This Chrome extension makes it easy to source great talent from open source projects on sites like Github, GitLab, and BitBucket by giving you the ability to download the entire commit contribution history to an excel sheet with a single click. This extension gives you access to who did what on every open source software project, and includes the email address that they associated with their work. I have open sourced this extension to share it freely and allow for further customization. Here's the source: https://github.com/Native-Current/git-to-excel
Základní Informace o Rozšíření
Název | GIT by Native Extensions (Adam Cockell) |
ID | hmkflfcoeccgkgignhfpbhnbjkjgembm |
Oficiální URL | https://chromewebstore.google.com/detail/git-by-native-extensions/hmkflfcoeccgkgignhfpbhnbjkjgembm |
Popis | Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet. |
Velikost souboru | 600 KB |
Počet instalací | 44 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2024-03-01 |
Datum Vydání | 2023-05-07 |
Vývojář | ATeam Technologies |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.nativecurrent.com |
URL Stránky Nápovědy | https://www.nativecurrent.com |
URL Stránky Zásad Ochrany Soukromí | https://www.nativecurrent.com/privacy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GIT by Native Extensions (Adam Cockell)", "description": "Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.", "version": "0.0.4", "icons": { "16": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [], "permissions": [ "activeTab", "downloads", "offscreen" ], "web_accessible_resources": [ { "resources": [ "includes\/*" ], "matches": [ " |