Water Reminder

A Water Reminder and Tracking Extension which shows desktop notifications.

什么是Water Reminder?

Water Reminder是由Divin Divakaran开发的Chrome扩展程序,该扩展的主要功能是“A Water Reminder and Tracking Extension which shows desktop notifications.”。

扩展截图

screenshot
screenshot

下载Water Reminder扩展crx文件

下载Water Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a simple and light weight extension for tracking water intake daily. The app will give you notifications on desired time intervals. You can change the notification message, notification interval, notification sound etc.                    

扩展基本信息

名称 Water Reminder Water Reminder
ID hgipnfbocicekiedonjljfceicobdfgo
官方URL https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo
简介 A Water Reminder and Tracking Extension which shows desktop notifications.
文件大小 1.17 MB
安装次数 2,061
当前版本 1.2
更新时间 2018-04-19
上架时间 2018-04-19
评分 3.57/5 共14次评分
开发者 Divin Divakaran
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/divindvm/WaterReminder-ChromeExtension
帮助页面URL https://github.com/divindvm/WaterReminder-ChromeExtension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Water Reminder",
    "version": "1.2",
    "author": "Divin Divakaran",
    "homepage_url": "https:\/\/github.com\/divindvm\/WaterReminder-ChromeExtension",
    "description": "A Water Reminder and Tracking Extension which shows desktop notifications.",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "notification_options.html",
    "background": {
        "scripts": [
            "notification_background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}