GIT by Native Extensions (Adam Cockell)

Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.

GIT by Native Extensions (Adam Cockell)とは何ですか?

GIT by Native Extensions (Adam Cockell)はATeam Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.」です。

拡張機能のスクリーンショット

screenshot
screenshot

GIT by Native Extensions (Adam Cockell)拡張機能のCRXファイルをダウンロード

GIT by Native Extensions (Adam Cockell)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GIT by Native Extensions (Adam Cockell) GIT by Native Extensions (Adam Cockell)
ID hmkflfcoeccgkgignhfpbhnbjkjgembm
公式URL https://chromewebstore.google.com/detail/git-by-native-extensions/hmkflfcoeccgkgignhfpbhnbjkjgembm
説明 Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.
ファイルサイズ 600 KB
インストール数 44
現在のバージョン 0.0.4
最終更新日 2024-03-01
公開日 2023-05-07
開発者 ATeam Technologies
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.nativecurrent.com
ヘルプページのURL https://www.nativecurrent.com
プライバシーポリシーページのURL https://www.nativecurrent.com/privacy
対応言語 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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_title": "Click this icon on a git repository to download contributions to an excel file.\nHover over this to view download progress."
    }
}