Overblog Notifications

Get your Overblog notifications in your toolbar

Overblog Notificationsคืออะไร?

Overblog Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://admin.over-blog-kiwi.com และคุณลักษณะหลักของมันคือ "Get your Overblog notifications in your toolbar"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Overblog Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Display the number of unread notification from your OverBlog account in your toolbar and open a popup to read them all.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
คำอธิบาย Get your Overblog notifications in your toolbar
ขนาดไฟล์ 13.08 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-06-19
วันที่เผยแพร่ 2013-06-19
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://admin.over-blog-kiwi.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Overblog"
    },
    "description": "Get your Overblog notifications in your toolbar",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Overblog Notifications",
    "permissions": [
        "http:\/\/admin.over-blog-kiwi.com\/"
    ],
    "version": "0.1"
}