Netvibes Notifier

Displays the number of unread items in your Netvibes account.

什么是Netvibes Notifier?

Netvibes Notifier是由Mickael Blatière开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of unread items in your Netvibes account.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Netvibes Notifier扩展crx文件

下载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 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"
    }
}