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 là gì?
ZdS Notificateur là một tiện ích mở rộng Chrome được phát triển bởi simon.landrault, và tính năng chính của nó là "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ZdS Notificateur
Tải xuống các tệp mở rộng ZdS Notificateur dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ZdS Notificateur |
ID | jibjnbbmokappnjpdodmpdmpklfhokkn |
URL Chính Thức | https://chromewebstore.google.com/detail/zds-notificateur/jibjnbbmokappnjpdodmpdmpklfhokkn |
Mô tả | Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site |
Kích Thước Tệp | 257 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2015-06-17 |
Ngày Phát Hành | 2015-06-17 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | simon.landrault |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Eskimon/ZdS_Notificateur |
URL Trang Trợ Giúp | https://github.com/Eskimon/ZdS_Notificateur/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |