GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
Что такое GitHub Feed Filter?
GitHub Feed Filter - это расширение Chrome, разработанное Vijay Dev, и его основная функция - "Enables filtering out GitHub feeds by projects, commits, comments and issues".
Снимки экрана расширения
Скачать файл CRX расширения GitHub Feed Filter
Скачайте файлы расширений GitHub Feed Filter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
GitHub Feed Filter reads through the visible feeds in the GitHub News Feed section and lists them in the page just like Your Repos or Watched Repos. Clicking on a repository will filter out your News Feed to only include feeds from that repository. This filtering can be further extended to show only the feeds for Commits, Comments or Issues made in that repository. It also saves your current search term and currently selected category when you fetch 'More' items to the feed.
Основная информация о расширении
Название | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
Официальный URL | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
Описание | Enables filtering out GitHub feeds by projects, commits, comments and issues |
Размер файла | 54.09 KB |
Количество установок | 59 |
Текущая Версия | 1.9 |
Последнее Обновление | 2015-05-10 |
Дата публикации | 2015-05-10 |
Рейтинг | 4.70/5 Всего 10 оценок |
Разработчик | Vijay Dev |
Тип оплаты | free |
URL страницы помощи | https://github.com/vijaydev/github-feed-filter |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Feed Filter", "version": "1.9", "manifest_version": 2, "description": "Enables filtering out GitHub feeds by projects, commits, comments and issues", "icons": { "16": "ghf16.png", "48": "ghf48.png", "128": "ghf128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/dashboard", "https:\/\/github.com\/#" ], "js": [ "jquery-1.4.2.min.js", "filter.js" ] } ] } |