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".
Снимки экрана расширения
Скачать файл 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 |
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" ] } ] } |