Git Help

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

Τι είναι το Git Help;

Το Git Help είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://devangdoshi.com, και η κύρια λειτουργία του είναι "Git Help: Steps and processes for various scenarios of using git with remote repositories".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Git Help

Λήψη αρχείων επέκτασης Git Help σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Git Help Git Help
ID cikcdjbjlegidghlcooeefdabbfgllmm
Επίσημο URL https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm
Περιγραφή Git Help: Steps and processes for various scenarios of using git with remote repositories
Μέγεθος Αρχείου 744 KB
Αριθμός Εγκαταστάσεων 326
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2017-08-02
Ημερομηνία Δημοσίευσης 2017-08-02
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://devangdoshi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}