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