GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

Что такое GitHub News Feed?

GitHub News Feed - это расширение Chrome, разработанное https://wenzhixin.net.cn, и его основная функция - "Shows a tooltip with your unread news feed from GitHub".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения GitHub News Feed

Скачайте файлы расширений GitHub News Feed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Shows a tooltip with your unread news feed from GitHub.

GitHub repo: https://github.com/wenzhixin/github-news-feed.                    

Основная информация о расширении

Название GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
Официальный URL https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
Описание Shows a tooltip with your unread news feed from GitHub
Размер файла 175 KB
Количество установок 29
Текущая Версия 1.2.0
Последнее Обновление 2017-12-25
Дата публикации 2017-12-25
Рейтинг 4.50/5 Всего 2 оценок
Разработчик https://wenzhixin.net.cn
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/wenzhixin/github-news-feed
URL страницы помощи https://github.com/wenzhixin/github-news-feed/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub News Feed",
    "description": "Shows a tooltip with your unread news feed from GitHub",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/github.com\/"
    ]
}