Overblog Notifications

Get your Overblog notifications in your toolbar

Wat is Overblog Notifications?

Overblog Notifications is een Chrome-extensie ontwikkeld door http://admin.over-blog-kiwi.com, en de belangrijkste functie is "Get your Overblog notifications in your toolbar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Overblog Notifications

Download Overblog Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
Officiële URL https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Beschrijving Get your Overblog notifications in your toolbar
Bestandsgrootte 13.08 KB
Aantal Installaties 16
Huidige Versie 0.1
Laatst Bijgewerkt 2013-06-19
Publicatiedatum 2013-06-19
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://admin.over-blog-kiwi.com
Betalingswijze free
Ondersteunde Talen 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"
}