Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
Apa itu Newsblur Notifier Plus?
Newsblur Notifier Plus adalah ekstensi Chrome yang dikembangkan oleh shrodes, dan fitur utamanya adalah "Shows the unread count from your NewsBlur account".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Newsblur Notifier Plus
Unduh file ekstensi Newsblur Notifier Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
Informasi Dasar Ekstensi
Nama | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
URL Resmi | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
Deskripsi | Shows the unread count from your NewsBlur account |
Ukuran File | 38.94 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2021-07-22 |
Tanggal Publikasi | 2018-12-22 |
Pengembang | shrodes |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
Bahasa yang Didukung | 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" ] } |