ZdS Notificateur

Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site

Что такое ZdS Notificateur?

ZdS Notificateur - это расширение Chrome, разработанное simon.landrault, и его основная функция - "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Cette extension vous permet de connaître en un clin d'oeil le nombre de notifications et de MP reçues sur Zeste de Savoir (et plein d'autres choses !)

NB : Cette extension a été développée de manière indépendante à ZdS. Rien ne sert d'embêter les développeurs du site pour corriger d'éventuels dysfonctionnements de cette application.

NB² : Merci à Sandhose, Viki53 et Piwit pour le coup de main :)                    

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

Название ZdS Notificateur ZdS Notificateur
ID jibjnbbmokappnjpdodmpdmpklfhokkn
Официальный URL https://chromewebstore.google.com/detail/zds-notificateur/jibjnbbmokappnjpdodmpdmpklfhokkn
Описание Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site
Размер файла 257 KB
Количество установок 14
Текущая Версия 1.2.3
Последнее Обновление 2015-06-17
Дата публикации 2015-06-17
Рейтинг 5.00/5 Всего 11 оценок
Разработчик simon.landrault
Тип оплаты free
Официальный сайт расширения https://github.com/Eskimon/ZdS_Notificateur
URL страницы помощи https://github.com/Eskimon/ZdS_Notificateur/issues
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZdS Notificateur",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site",
    "offline_enabled": false,
    "icons": {
        "16": "icons\/icone_16.png",
        "48": "icons\/icone_48.png",
        "128": "icons\/icone_128.png"
    },
    "permissions": [
        "http:\/\/*.zestedesavoir.com\/*",
        "https:\/\/*.zestedesavoir.com\/*",
        "http:\/\/www.gravatar.com\/*",
        "tabs",
        "alarms",
        "notifications",
        "storage"
    ],
    "options_page": "options\/options.html",
    "browser_action": {
        "default_icon": "icons\/icone_38.png",
        "default_title": "ZdS Notificateur",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": true
    }
}