StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
ما هو StackOverflow Inbox Notifications؟
StackOverflow Inbox Notifications هو إضافة Chrome تم تطويرها بواسطة https://www.akawebdesign.com، والميزة الرئيسية لها هي "See when you receive inbox notifications from StackOverflow".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة StackOverflow Inbox Notifications
قم بتنزيل ملفات الامتداد StackOverflow Inbox Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications.
معلومات أساسية عن التمديد
الاسم | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
الوصف | See when you receive inbox notifications from StackOverflow |
حجم الملف | 74.77 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2016-11-08 |
تاريخ النشر | 2016-11-08 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | https://www.akawebdesign.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/arthurakay/StackOverflow-Notifications |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StackOverflow Inbox Notifications", "version": "1.3.1", "description": "See when you receive inbox notifications from StackOverflow", "icons": { "128": "resources\/images\/extension.jpg" }, "browser_action": { "default_icon": "resources\/images\/stackoverflow_16.png", "default_popup": "ui\/index.html" }, "background": { "scripts": [ "background\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'", "permissions": [ "identity", "https:\/\/stackexchange.com\/*\/*", "notifications" ] } |