Netvibes Notifier

Displays the number of unread items in your Netvibes account.

Hvad er Netvibes Notifier?

Netvibes Notifier er en Chrome-udvidelse udviklet af Mickael Blatière, og dens hovedfunktion er "Displays the number of unread items in your Netvibes account.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Netvibes Notifier-udvidelses-CRX-fil

Download Netvibes Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Netvibes Notifier Netvibes Notifier
ID gaddempjlhhmknkhnhepmpfngekbjleg
Officiel URL https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg
Beskrivelse Displays the number of unread items in your Netvibes account.
Filstørrelse 18.84 KB
Antal Installationer 715
Nuværende Version 0.2.10
Senest Opdateret 2017-12-19
Udgivelsesdato 2017-12-19
Bedømmelse 3.00/5 Samlet 31 Bedømmelser
Udvikler Mickael Blatière
Betalingsmetode free
Understøttede Sprog 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"
    }
}