Github Workflow

An extension that allows you to hide files in pull requests and adds highlighting for notifications.

Τι είναι το Github Workflow;

Το Github Workflow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dean Silfen, και η κύρια λειτουργία του είναι "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".

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

screenshot

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

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

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

                        An extension that makes using pull-requests for code reviews a more enjoyable experience!

Features:

* Ability to toggle files while reviewing code
* Ability to navigate to full branches from PR view                    

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

Όνομα Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
Επίσημο URL https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
Περιγραφή An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Μέγεθος Αρχείου 48.75 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 2.2.2
Τελευταία Ενημέρωση 2016-02-27
Ημερομηνία Δημοσίευσης 2016-02-27
Προγραμματιστής Dean Silfen
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/djds23/github-notif-helper
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/djds23/github-notif-helper/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Workflow",
    "version": "2.2.2",
    "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.",
    "permissions": [
        "https:\/\/github.com\/*",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "app\/app.js"
            ]
        }
    ]
}