Downloads Notification

Move your download list from the fat bottom bar to Chrome Notification Center

Что такое Downloads Notification?

Downloads Notification - это расширение Chrome, разработанное ethan, и его основная функция - "Move your download list from the fat bottom bar to Chrome Notification Center".

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

screenshot
screenshot

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

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

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

                        Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".                    

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

Название Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
Официальный URL https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Описание Move your download list from the fat bottom bar to Chrome Notification Center
Размер файла 7.16 KB
Количество установок 1,312
Текущая Версия 1.5
Последнее Обновление 2014-08-29
Дата публикации 2014-08-29
Рейтинг 3.81/5 Всего 32 оценок
Разработчик ethan
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads Notification",
    "description": "Move your download list from the fat bottom bar to Chrome Notification Center",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}