Overblog Notifications

Get your Overblog notifications in your toolbar

Что такое Overblog Notifications?

Overblog Notifications - это расширение Chrome, разработанное http://admin.over-blog-kiwi.com, и его основная функция - "Get your Overblog notifications in your toolbar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Overblog Notifications

Скачайте файлы расширений Overblog Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
Официальный URL https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Описание Get your Overblog notifications in your toolbar
Размер файла 13.08 KB
Количество установок 16
Текущая Версия 0.1
Последнее Обновление 2013-06-19
Дата публикации 2013-06-19
Рейтинг 2.00/5 Всего 1 оценок
Разработчик http://admin.over-blog-kiwi.com
Тип оплаты free
Поддерживаемые языки 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"
}