Refined GitHub Notifications
Add UI improvements to the new GitHub Notifications page
Qu'est-ce que Refined GitHub Notifications ?
Refined GitHub Notifications est une extension Chrome développée par ggurgone, et sa fonction principale est "Add UI improvements to the new GitHub Notifications page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Refined GitHub Notifications
Téléchargez les fichiers d'extension Refined GitHub Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.
Informations de Base sur l'Extension
Nom | Refined GitHub Notifications |
ID | apeppglkpocpebbdnocaogepmghkecic |
URL Officiel | https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic |
Description | Add UI improvements to the new GitHub Notifications page |
Taille du Fichier | 15.27 KB |
Nombre d'Installations | 60 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2020-05-03 |
Date de Publication | 2020-05-03 |
Développeur | ggurgone |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/giuseppeg/refined-github-notifications |
URL de la Page d'Aide | https://github.com/giuseppeg/refined-github-notifications |
Langues Prises en Charge | 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" ] } ] } |