Git Help

Git Help: Steps and processes for various scenarios of using git with remote repositories

Git Help là gì?

Git Help là một tiện ích mở rộng Chrome được phát triển bởi https://devangdoshi.com, và tính năng chính của nó là "Git Help: Steps and processes for various scenarios of using git with remote repositories".

Ả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 Help

Tải xuống các tệp mở rộng Git Help 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

                        Git Help is an extension that provides scenario based steps and processes on how to use git in a professional environment. If you use Git in a multi-user environment and also use remote repository tool like GitHub and Bitbucket, this extension is a must and will save you lot of time.

Update 1.3.0:
Scenarios are now categorized on the main page
Three new scenarios added
Other performance related changes                    

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

Tên Git Help Git Help
ID cikcdjbjlegidghlcooeefdabbfgllmm
URL Chính Thức https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm
Mô tả Git Help: Steps and processes for various scenarios of using git with remote repositories
Kích Thước Tệp 744 KB
Số Lần Cài Đặt 326
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2017-08-02
Ngày Phát Hành 2017-08-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://devangdoshi.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Git Help",
    "version": "1.3.0",
    "description": "Git Help: Steps and processes for various scenarios of using git with remote repositories",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Git Help"
    },
    "author": "Devang Doshi"
}