Notifier for Reddit
Desktop notifictations for your reddit inbox.
Apa itu Notifier for Reddit?
Notifier for Reddit adalah ekstensi Chrome yang dikembangkan oleh Raymond May Jr., dan fitur utamanya adalah "Desktop notifictations for your reddit inbox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notifier for Reddit
Unduh file ekstensi Notifier for Reddit 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
Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox. Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.
Informasi Dasar Ekstensi
Nama | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
URL Resmi | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Deskripsi | Desktop notifictations for your reddit inbox. |
Ukuran File | 271 KB |
Jumlah Instalasi | 208 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2015-04-12 |
Tanggal Publikasi | 2015-04-12 |
Penilaian | 3.25/5 Total 8 Penilaian |
Pengembang | Raymond May Jr. |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/octatone/notifier-for-reddit |
URL Halaman Bantuan | https://github.com/octatone/notifier-for-reddit/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Reddit", "version": "0.3.0", "manifest_version": 2, "description": "Desktop notifictations for your reddit inbox.", "homepage_url": "http:\/\/google.com", "icons": { "128": "icons\/icon128.png" }, "background": { "page": "html\/background.html", "persistent": true }, "options_page": "html\/options.html", "browser_action": { "default_title": "Notifier for Reddit", "default_popup": "html\/browserAction.html", "default_icon": { "19": "icons\/envelope_read_19.png", "38": "icons\/envelope_read_38.png" } }, "permissions": [ "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*", "https:\/\/oauth.reddit.com\/*", "https:\/\/www.reddit.com\/*", "identity", "notifications", "storage", "webRequest", "webRequestBlocking", "tabs" ] } |