喝水控

上着上着网突然提示你多喝热水!是不是幸福感满满?

What is 喝水控?

喝水控 is a Chrome extension developed by 大大大大西瓜, and its main feature is "上着上着网突然提示你多喝热水!是不是幸福感满满?".

Extension Screenshots

screenshot

Download 喝水控 Extension CRX File

Download 喝水控 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        还在为总是不喝水导致身体亚健康而苦恼吗?还在为看剧入迷忘记喝水而忧愁吗?

快来用喝水控吧!!!!!
============================
功能清单:
  -在你网上冲浪时每隔一小时提醒你喝水
  -如果没有及时喝水可以选择延后,进入频繁提醒状态,每5分钟提醒一次直到你喝水了为止
============================
新版本预告:
  这个小插件我做的比较仓促,所以还有很多提升空间,大概有以下几个有趣的功能我打算后面加入
  -喝水状况统计
  -自定义提醒语和提醒间隔
============================
联系作者:
  -大大大大西瓜   [email protected]
  -有什么好的想法都可以邮件告诉我哦,我会一点一点做起来的(只要我能做且想做)                    

Extension Basic Information

Name 喝水控 喝水控
ID janblenphlbinhohpapenligjfknphpa
Official URL https://chromewebstore.google.com/detail/%E5%96%9D%E6%B0%B4%E6%8E%A7/janblenphlbinhohpapenligjfknphpa
Description 上着上着网突然提示你多喝热水!是不是幸福感满满?
File Size 29.61 KB
Installation Count 141
Current Version 0.0.1
Last Updated 2018-01-22
Publish Date 2018-01-22
Rating 5.00/5 Total 4 Ratings
Developer 大大大大西瓜
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u559d\u6c34\u63a7",
    "version": "0.0.1",
    "description": "\u4e0a\u7740\u4e0a\u7740\u7f51\u7a81\u7136\u63d0\u793a\u4f60\u591a\u559d\u70ed\u6c34\uff01\u662f\u4e0d\u662f\u5e78\u798f\u611f\u6ee1\u6ee1\uff1f",
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "utility.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "asset\/icon48.png",
        "16": "asset\/icon16.png"
    },
    "content_security_policy": "object-src 'self';script-src 'self'"
}