Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

Vad är Newsblur Notifier Plus?

Newsblur Notifier Plus är en Chrome-tillägg utvecklad av shrodes, och dess huvudfunktion är "Shows the unread count from your NewsBlur account".

Tilläggsskärmbilder

screenshot

Ladda ner Newsblur Notifier Plus-förlängningens CRX-fil

Ladda ner Newsblur Notifier Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Officiell webbadress https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Beskrivning Shows the unread count from your NewsBlur account
Filstorlek 38.94 KB
Antal Installationer 136
Aktuell Version 1.0.6
Senast Uppdaterad 2021-07-22
Publiceringsdatum 2018-12-22
Utvecklare shrodes
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Stödda Språk 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"
    ]
}