rminder - WinTenDev

An extension that will remind you to correct your posture, drink water, blink, and stretch

什么是rminder - WinTenDev?

rminder - WinTenDev是由kholid060开发的Chrome扩展程序,该扩展的主要功能是“An extension that will remind you to correct your posture, drink water, blink, and stretch”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载rminder - WinTenDev扩展crx文件

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

扩展使用说明

                        This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health.

You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.                    

扩展基本信息

名称 rminder - WinTenDev rminder - WinTenDev
ID kbchhfdklfddnnilmdffaeahipjcabll
官方URL https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll
简介 An extension that will remind you to correct your posture, drink water, blink, and stretch
文件大小 386 KB
安装次数 966
当前版本 0.2.0
更新时间 2021-05-26
上架时间 2020-12-16
评分 4.55/5 共11次评分
开发者 kholid060
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}