Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
Co je Newsblur Notifier Plus?
Newsblur Notifier Plus je rozšíření Chrome vyvinuté shrodes, a jeho hlavní funkcí je „Shows the unread count from your NewsBlur account“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Newsblur Notifier Plus
Stáhněte si soubory rozšíření Newsblur Notifier Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
Základní Informace o Rozšíření
Název | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Oficiální URL | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Popis | Shows the unread count from your NewsBlur account |
Velikost souboru | 38.94 KB |
Počet instalací | 136 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2021-07-22 |
Datum Vydání | 2018-12-22 |
Vývojář | shrodes |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
Podporované Jazyky | 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" ] } |