Netvibes Notifier

Displays the number of unread items in your Netvibes account.

Netvibes Notifier là gì?

Netvibes Notifier là một tiện ích mở rộng Chrome được phát triển bởi Mickael Blatière, và tính năng chính của nó là "Displays the number of unread items in your Netvibes account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netvibes Notifier

Tải xuống các tệp mở rộng Netvibes Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netvibes Notifier Netvibes Notifier
ID gaddempjlhhmknkhnhepmpfngekbjleg
URL Chính Thức https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg
Mô tả Displays the number of unread items in your Netvibes account.
Kích Thước Tệp 18.84 KB
Số Lần Cài Đặt 715
Phiên Bản Hiện Tại 0.2.10
Cập Nhật Lần Cuối 2017-12-19
Ngày Phát Hành 2017-12-19
Đánh Giá 3.00/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Mickael Blatière
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}