Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
Cos'è Newsblur Notifier Plus?
Newsblur Notifier Plus è un'estensione di Chrome sviluppata da shrodes, e la sua funzione principale è "Shows the unread count from your NewsBlur account".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Newsblur Notifier Plus
Scarica i file di estensione Newsblur Notifier Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
Informazioni di Base sull'Estensione
Nome | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
URL Ufficiale | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Descrizione | Shows the unread count from your NewsBlur account |
Dimensione del File | 38.94 KB |
Conteggio Installazioni | 136 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2021-07-22 |
Data di Pubblicazione | 2018-12-22 |
Sviluppatore | shrodes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
Lingue Supportate | 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" ] } |