GitHub Red Alert
Changes the notification icon to red if you have participating notifications
GitHub Red Alert क्या है?
GitHub Red Alert bitoiu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the notification icon to red if you have participating notifications"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Red Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | GitHub Red Alert |
ID | kmiekjkmkbhbnlempjkaombjjcfhdnfe |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-red-alert/kmiekjkmkbhbnlempjkaombjjcfhdnfe |
विवरण | Changes the notification icon to red if you have participating notifications |
फ़ाइल का आकार | 2.98 MB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.11 |
अंतिम अपडेट | 2015-12-10 |
प्रकाशन तिथि | 2015-12-10 |
डेवलपर | bitoiu |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bitoiu/github-red-alert |
सहायता पृष्ठ URL | https://github.com/bitoiu/github-red-alert/issues |
समर्थित भाषाएँ | 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 } } |