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) là gì?

GIT by Native Extensions (Adam Cockell) là một tiện ích mở rộng Chrome được phát triển bởi ATeam Technologies, và tính năng chính của nó là "Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GIT by Native Extensions (Adam Cockell)

Tải xuống các tệp mở rộng GIT by Native Extensions (Adam Cockell) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GIT by Native Extensions (Adam Cockell) GIT by Native Extensions (Adam Cockell)
ID hmkflfcoeccgkgignhfpbhnbjkjgembm
URL Chính Thức https://chromewebstore.google.com/detail/git-by-native-extensions/hmkflfcoeccgkgignhfpbhnbjkjgembm
Mô tả Download collaborator and commit information from git repositories (Github, GitLab, BitBucket) into an excel spreadsheet.
Kích Thước Tệp 600 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-05-07
Nhà Phát Triển ATeam Technologies
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nativecurrent.com
URL Trang Trợ Giúp https://www.nativecurrent.com
URL Trang Chính Sách Bảo Mật https://www.nativecurrent.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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."
    }
}