Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
Hvad er Newsblur Notifier Plus?
Newsblur Notifier Plus er en Chrome-udvidelse udviklet af shrodes, og dens hovedfunktion er "Shows the unread count from your NewsBlur account".
Udvidelsesskærmbilleder
Download Newsblur Notifier Plus-udvidelses-CRX-fil
Download Newsblur Notifier Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Officiel URL | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Beskrivelse | Shows the unread count from your NewsBlur account |
Filstørrelse | 38.94 KB |
Antal Installationer | 136 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2021-07-22 |
Udgivelsesdato | 2018-12-22 |
Udvikler | shrodes |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
Understøttede Sprog | 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" ] } |