Netvibes Notifier
Displays the number of unread items in your Netvibes account.
Τι είναι το Netvibes Notifier;
Το Netvibes Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mickael Blatière, και η κύρια λειτουργία του είναι "Displays the number of unread items in your Netvibes account.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Netvibes Notifier
Λήψη αρχείων επέκτασης Netvibes Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Netvibes Notifier |
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" } } |