StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
StackOverflow Inbox Notifications क्या है?
StackOverflow Inbox Notifications https://www.akawebdesign.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See when you receive inbox notifications from StackOverflow"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StackOverflow Inbox Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } |