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文件

下載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
官方網址 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
    }
}