Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
Qu'est-ce que Newsblur Notifier Plus ?
Newsblur Notifier Plus est une extension Chrome développée par shrodes, et sa fonction principale est "Shows the unread count from your NewsBlur account".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Newsblur Notifier Plus
Téléchargez les fichiers d'extension Newsblur Notifier Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
Informations de Base sur l'Extension
Nom | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
URL Officiel | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Description | Shows the unread count from your NewsBlur account |
Taille du Fichier | 38.94 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2021-07-22 |
Date de Publication | 2018-12-22 |
Développeur | shrodes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
Langues Prises en Charge | 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" ] } |