Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

Co to jest Newsblur Notifier Plus?

Newsblur Notifier Plus to rozszerzenie Chrome opracowane przez shrodes, a jego główną funkcją jest „Shows the unread count from your NewsBlur account”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Newsblur Notifier Plus

Pobierz pliki rozszerzeń Newsblur Notifier Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Oficjalny URL https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Opis Shows the unread count from your NewsBlur account
Rozmiar pliku 38.94 KB
Liczba instalacji 136
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2021-07-22
Data Publikacji 2018-12-22
Deweloper shrodes
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Obsługiwane Języki 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"
    ]
}