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은(는) simon.landrault에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

ZdS Notificateur 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}