Orange Envelope for Reddit
Display's the status of your reddit inbox.
Apa itu Orange Envelope for Reddit?
Orange Envelope for Reddit adalah ekstensi Chrome yang dikembangkan oleh scottmhoward, dan fitur utamanya adalah "Display's the status of your reddit inbox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Orange Envelope for Reddit
Unduh file ekstensi Orange Envelope 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
Provides a notification icon for Reddit inbox.
Informasi Dasar Ekstensi
Nama | |
ID | fichkmcilhiikkkkeajfbklffhobffkh |
URL Resmi | https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh |
Deskripsi | Display's the status of your reddit inbox. |
Ukuran File | 6.21 KB |
Jumlah Instalasi | 169 |
Versi Saat Ini | 1.10 |
Terakhir Diperbarui | 2016-12-09 |
Tanggal Publikasi | 2016-12-09 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | scottmhoward |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/mail_gray.png", "default_title": "Orange Envelope" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Display's the status of your reddit inbox.", "icons": { "128": "img\/very_big_mail.png" }, "name": "Orange Envelope for Reddit", "permissions": [ "tabs", "https:\/\/www.reddit.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.10" } |