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
官方網址 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"
    }
}