Overblog Notifications

Get your Overblog notifications in your toolbar

Co to jest Overblog Notifications?

Overblog Notifications to rozszerzenie Chrome opracowane przez http://admin.over-blog-kiwi.com, a jego główną funkcją jest „Get your Overblog notifications in your toolbar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Overblog Notifications

Pobierz pliki rozszerzeń Overblog Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
Oficjalny URL https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Opis Get your Overblog notifications in your toolbar
Rozmiar pliku 13.08 KB
Liczba instalacji 16
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-06-19
Data Publikacji 2013-06-19
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper http://admin.over-blog-kiwi.com
Typ Płatności free
Obsługiwane Języki 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"
}