Status of Github

This extension shows an icon for the current status of Github

Τι είναι το Status of Github;

Το Status of Github είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Martin Meredith, και η κύρια λειτουργία του είναι "This extension shows an icon for the current status of Github".

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

screenshot

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

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

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

                        A very quick browser extension that adds a button showing the current status of github.com                    

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

Όνομα Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
Επίσημο URL https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
Περιγραφή This extension shows an icon for the current status of Github
Μέγεθος Αρχείου 103 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2019-04-25
Ημερομηνία Δημοσίευσης 2019-04-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Martin Meredith
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Status of Github",
    "description": "This extension shows an icon for the current status of Github",
    "version": "0.0.7",
    "browser_action": {
        "default_icon": "images\/[email protected]"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "https:\/\/www.githubstatus.com\/",
        "notifications"
    ]
}