Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Τι είναι το Refined GitHub Notifications;

Το Refined GitHub Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ggurgone, και η κύρια λειτουργία του είναι "Add UI improvements to the new GitHub Notifications page".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Refined GitHub Notifications

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

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

                        This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.                    

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

Όνομα Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
Επίσημο URL https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Περιγραφή Add UI improvements to the new GitHub Notifications page
Μέγεθος Αρχείου 15.27 KB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2020-05-03
Ημερομηνία Δημοσίευσης 2020-05-03
Προγραμματιστής ggurgone
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/giuseppeg/refined-github-notifications
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/giuseppeg/refined-github-notifications
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined GitHub Notifications",
    "version": "0.1.3",
    "description": "Add UI improvements to the new GitHub Notifications page",
    "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/github.com\/notifications",
                "https:\/\/github.com\/notifications?*"
            ],
            "js": [
                "index.user.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}