Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

Что такое Newsblur Notifier Plus?

Newsblur Notifier Plus - это расширение Chrome, разработанное shrodes, и его основная функция - "Shows the unread count from your NewsBlur account".

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

screenshot

Скачать файл CRX расширения Newsblur Notifier Plus

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

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

                        Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.                    

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

Название Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Официальный URL https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Описание Shows the unread count from your NewsBlur account
Размер файла 38.94 KB
Количество установок 136
Текущая Версия 1.0.6
Последнее Обновление 2021-07-22
Дата публикации 2018-12-22
Разработчик shrodes
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.6",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/*.newsblur.com\/*",
        "alarms",
        "cookies",
        "storage"
    ]
}