Overblog Notifications

Get your Overblog notifications in your toolbar

¿Qué es Overblog Notifications?

Overblog Notifications es una extensión de Chrome desarrollada por http://admin.over-blog-kiwi.com, y su función principal es "Get your Overblog notifications in your toolbar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Overblog Notifications

Descarga archivos de extensión Overblog Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
URL Oficial https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Descripción Get your Overblog notifications in your toolbar
Tamaño del Archivo 13.08 KB
Cantidad de Instalaciones 16
Versión Actual 0.1
Última Actualización 2013-06-19
Fecha de Publicación 2013-06-19
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador http://admin.over-blog-kiwi.com
Tipo de Pago free
Idiomas Soportados 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"
}