Overblog Notifications

Get your Overblog notifications in your toolbar

Was ist Overblog Notifications?

Overblog Notifications ist eine Chrome-Erweiterung, die von http://admin.over-blog-kiwi.com entwickelt wurde, und ihr Hauptmerkmal ist "Get your Overblog notifications in your toolbar".

Erweiterungsscreenshots

screenshot

Overblog Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Overblog Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
Offizielle URL https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Beschreibung Get your Overblog notifications in your toolbar
Dateigröße 13.08 KB
Installationsanzahl 16
Aktuelle Version 0.1
Letztes Update 2013-06-19
Veröffentlichungsdatum 2013-06-19
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler http://admin.over-blog-kiwi.com
Zahlungsart free
Unterstützte Sprachen 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"
}