Overblog Notifications

Get your Overblog notifications in your toolbar

Overblog Notifications là gì?

Overblog Notifications là một tiện ích mở rộng Chrome được phát triển bởi http://admin.over-blog-kiwi.com, và tính năng chính của nó là "Get your Overblog notifications in your toolbar".

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

screenshot

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

Tải xuống các tệp mở rộng Overblog Notifications 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

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

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

Tên Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
URL Chính Thức https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Mô tả Get your Overblog notifications in your toolbar
Kích Thước Tệp 13.08 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-06-19
Ngày Phát Hành 2013-06-19
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://admin.over-blog-kiwi.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}