Group phabricator notifications

Groups phabricator notifications

Τι είναι το Group phabricator notifications;

Το Group phabricator notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον joakin, και η κύρια λειτουργία του είναι "Groups phabricator notifications".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Group phabricator notifications

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

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

                        This extension makes the phabricator notifications be grouped per task, so that they are less noisy to read.

You can expand the task to see the actual changes in it, or mark as read without even going to the task.

Applies to all phabricator.*.* and *.phabricator.* urls.

Source is at https://github.com/joakin/group-phabricator-notifications                    

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

Όνομα Group phabricator notifications Group phabricator notifications
ID anjockgdedgaiionihlpdcjijpohipdj
Επίσημο URL https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj
Περιγραφή Groups phabricator notifications
Μέγεθος Αρχείου 430 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-06-06
Ημερομηνία Δημοσίευσης 2020-06-05
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής joakin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/joakin/group-phabricator-notifications
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Group phabricator notifications",
    "description": "Groups phabricator notifications",
    "version": "1.4",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.phabricator.*\/notification\/*",
                "*:\/\/phabricator.*.*\/notification\/*"
            ],
            "exclude_globs": [
                "*:\/\/*\/notification\/query\/edit\/"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": []
}