Overblog Notifications

Get your Overblog notifications in your toolbar

Cos'è Overblog Notifications?

Overblog Notifications è un'estensione di Chrome sviluppata da http://admin.over-blog-kiwi.com, e la sua funzione principale è "Get your Overblog notifications in your toolbar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Overblog Notifications

Scarica i file di estensione Overblog Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
URL Ufficiale https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Descrizione Get your Overblog notifications in your toolbar
Dimensione del File 13.08 KB
Conteggio Installazioni 16
Versione Corrente 0.1
Ultimo Aggiornamento 2013-06-19
Data di Pubblicazione 2013-06-19
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore http://admin.over-blog-kiwi.com
Tipo di Pagamento free
Lingue Supportate 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"
}