GitHub Red Alert
Changes the notification icon to red if you have participating notifications
Wat is GitHub Red Alert?
GitHub Red Alert is een Chrome-extensie ontwikkeld door bitoiu, en de belangrijkste functie is "Changes the notification icon to red if you have participating notifications".
Download het CRX-bestand van de extensie GitHub Red Alert
Download GitHub Red Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
As a GitHub user I pay very close attention to the Participating notification, i.e. the notifications you get from participating on a thread or being directly mentioned by others (by handle or team). Unfortunately just by looking at the notification bell, there's no way to distinguish if the notifications are participating or generally unread. Since I don't follow generic Unread notifications as closely as I do the Participating ones, I decided to augment the UI to distinguish the two.
Basisinformatie over de Extensie
Naam | GitHub Red Alert |
ID | kmiekjkmkbhbnlempjkaombjjcfhdnfe |
Officiële URL | https://chromewebstore.google.com/detail/github-red-alert/kmiekjkmkbhbnlempjkaombjjcfhdnfe |
Beschrijving | Changes the notification icon to red if you have participating notifications |
Bestandsgrootte | 2.98 MB |
Aantal Installaties | 18 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2015-12-10 |
Publicatiedatum | 2015-12-10 |
Ontwikkelaar | bitoiu |
Betalingswijze | free |
Extensiewebsite | https://github.com/bitoiu/github-red-alert |
Help Pagina-URL | https://github.com/bitoiu/github-red-alert/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Red Alert", "version": "0.11", "description": "Changes the notification icon to red if you have participating notifications", "permissions": [ "https:\/\/github.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "vendor\/jquery\/dist\/jquery.js", "dist\/script.js" ], "css": [ "dist\/style.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2, "options_page": "dist\/options.html", "options_ui": { "page": "dist\/options.html", "chrome_style": true } } |