Notifier for Reddit

Desktop notifictations for your reddit inbox.

ما هو Notifier for Reddit؟

Notifier for Reddit هو إضافة Chrome تم تطويرها بواسطة Raymond May Jr.، والميزة الرئيسية لها هي "Desktop notifictations for your reddit inbox.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Notifier for Reddit

قم بتنزيل ملفات الامتداد Notifier for Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
عنوان URL الرسمي https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
الوصف Desktop notifictations for your reddit inbox.
حجم الملف 271 KB
عدد التثبيتات 208
النسخة الحالية 0.3.0
آخر تحديث 2015-04-12
تاريخ النشر 2015-04-12
تقييم 3.25/5 مجموع تقييمات 8
المطور Raymond May Jr.
نوع الدفع free
موقع الإضافة https://github.com/octatone/notifier-for-reddit
عنوان صفحة المساعدة https://github.com/octatone/notifier-for-reddit/issues
اللغات المدعومة 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"
    ]
}