Notifffy - Dribbble Notifications

Desktop notifications for your Dribbble activity.…

Что такое Notifffy - Dribbble Notifications?

Notifffy - Dribbble Notifications - это расширение Chrome, разработанное Tactile Online, и его основная функция - "Desktop notifications for your Dribbble activity.…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Desktop notifications for your Dribbble activity.                                                                                                                                                                                                                                                                                                                           
                                                                                
When you have a new notification (for example, when someone likes your shot or follows you), the extension button will display a badge. Clicking on the button will open a quick drop down menu with your most recent notifications. You can also access to dribble detail page notifications directly from the extension. This way, you can get information of your Dribbble activity from anywhere on the Web. Go to see all incoming activity & clean the NEWs badge.                    

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

Название Notifffy - Dribbble Notifications Notifffy - Dribbble Notifications
ID cgfbkdpncpdcobjhpkdnidfblkpodhap
Официальный URL https://chromewebstore.google.com/detail/notifffy-dribbble-notific/cgfbkdpncpdcobjhpkdnidfblkpodhap
Описание Desktop notifications for your Dribbble activity.…
Размер файла 289 KB
Количество установок 17
Текущая Версия 2.4.1
Последнее Обновление 2017-10-04
Дата публикации 2017-10-04
Рейтинг 3.50/5 Всего 4 оценок
Разработчик Tactile Online
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifffy - Dribbble Notifications",
    "short_name": "Notifffy",
    "version": "2.4.1",
    "permissions": [
        "",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Notifffy - Dribbble Notifications",
        "default_icon": "images\/icon-activity-grey.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jribbble.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}