Overblog Notifications

Get your Overblog notifications in your toolbar

What is Overblog Notifications?

Overblog Notifications is a Chrome extension developed by http://admin.over-blog-kiwi.com, and its main feature is "Get your Overblog notifications in your toolbar".

Extension Screenshots

screenshot

Download Overblog Notifications Extension CRX File

Download Overblog Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
Official URL https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Description Get your Overblog notifications in your toolbar
File Size 13.08 KB
Installation Count 16
Current Version 0.1
Last Updated 2013-06-19
Publish Date 2013-06-19
Rating 2.00/5 Total 1 Ratings
Developer http://admin.over-blog-kiwi.com
Payment Type free
Supported Languages 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"
}