Orange Envelope for Reddit
Display's the status of your reddit inbox.
ما هو Orange Envelope for Reddit؟
Orange Envelope for Reddit هو إضافة Chrome تم تطويرها بواسطة scottmhoward، والميزة الرئيسية لها هي "Display's the status of your reddit inbox.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Orange Envelope for Reddit
قم بتنزيل ملفات الامتداد Orange Envelope for Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides a notification icon for Reddit inbox.
معلومات أساسية عن التمديد
الاسم | |
ID | fichkmcilhiikkkkeajfbklffhobffkh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh |
الوصف | Display's the status of your reddit inbox. |
حجم الملف | 6.21 KB |
عدد التثبيتات | 169 |
النسخة الحالية | 1.10 |
آخر تحديث | 2016-12-09 |
تاريخ النشر | 2016-12-09 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | scottmhoward |
نوع الدفع | free |
اللغات المدعومة | 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" } |