Netvibes Notifier
Displays the number of unread items in your Netvibes account.
Netvibes Notifier क्या है?
Netvibes Notifier Mickael Blatière द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unread items in your Netvibes account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netvibes Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version 0.2:
- Multiple feeds support
- Secure feeds support
- Options page to select a dashboard
Version 0.1:
- Displays the number of unread items in your feeds एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | gaddempjlhhmknkhnhepmpfngekbjleg |
| आधिकारिक URL | https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg |
| विवरण | Displays the number of unread items in your Netvibes account. |
| फ़ाइल का आकार | 18.84 KB |
| स्थापना संख्या | 715 |
| वर्तमान संस्करण | 0.2.10 |
| अंतिम अपडेट | 2017-12-19 |
| प्रकाशन तिथि | 2017-12-19 |
| रेटिंग | 3.00/5 कुल 31 रेटिंग्स |
| डेवलपर | Mickael Blatière |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netvibes Notifier",
"version": "0.2.10",
"manifest_version": 2,
"description": "Displays the number of unread items in your Netvibes account.",
"icons": {
"128": "img\/icon_128.png",
"64": "img\/icon_64.png",
"32": "img\/icon_32.png",
"16": "img\/icon_16.png"
},
"background": {
"page": "background.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"web_accessible_resources": [
"js\/application.js",
"js\/background.js",
"js\/options.js"
],
"permissions": [
"tabs",
"*:\/\/*.netvibes.com\/*"
],
"browser_action": {
"default_title": "",
"default_icon": "img\/disabled_64.png"
}
} | |