Netvibes Notifier

Displays the number of unread items in your Netvibes account.

Netvibes Notifierคืออะไร?

Netvibes Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mickael Blatière และคุณลักษณะหลักของมันคือ "Displays the number of unread items in your Netvibes account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netvibes Notifier

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}