Overblog Notifications

Get your Overblog notifications in your toolbar

什么是Overblog Notifications?

Overblog Notifications是由http://admin.over-blog-kiwi.com开发的Chrome扩展程序,该扩展的主要功能是“Get your Overblog notifications in your toolbar”。

扩展截图

screenshot

下载Overblog Notifications扩展crx文件

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