Refined GitHub Notifications
Add UI improvements to the new GitHub Notifications page
Was ist Refined GitHub Notifications?
Refined GitHub Notifications ist eine Chrome-Erweiterung, die von ggurgone entwickelt wurde, und ihr Hauptmerkmal ist "Add UI improvements to the new GitHub Notifications page".
Erweiterungsscreenshots
Refined GitHub Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Refined GitHub Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.
Grundlegende Informationen zur Erweiterung
Name | Refined GitHub Notifications |
ID | apeppglkpocpebbdnocaogepmghkecic |
Offizielle URL | https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic |
Beschreibung | Add UI improvements to the new GitHub Notifications page |
Dateigröße | 15.27 KB |
Installationsanzahl | 60 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2020-05-03 |
Veröffentlichungsdatum | 2020-05-03 |
Entwickler | ggurgone |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/giuseppeg/refined-github-notifications |
Hilfeseite URL | https://github.com/giuseppeg/refined-github-notifications |
Unterstützte Sprachen | 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" ] } ] } |