Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
什么是Wash Your Hands Reminder?
Wash Your Hands Reminder是由Anoop Sethumadhavan开发的Chrome扩展程序,该扩展的主要功能是“A simple extension to remind you to wash your hands frequently”。
扩展截图
下载Wash Your Hands Reminder扩展crx文件
下载Wash Your Hands Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Washing hands is one of the best ways to protect yourself and your family from getting sick. This is a simple extension to remind you to wash your hands frequently. The extension sends you timed notifications
扩展基本信息
名称 | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
官方URL | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
简介 | A simple extension to remind you to wash your hands frequently |
文件大小 | 47.86 KB |
安装次数 | 98 |
当前版本 | 1.1 |
更新时间 | 2020-03-17 |
上架时间 | 2020-03-16 |
评分 | 4.75/5 共4次评分 |
开发者 | Anoop Sethumadhavan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wash Your Hands Reminder", "description": "A simple extension to remind you to wash your hands frequently", "version": "1.1", "manifest_version": 2, "author": "Anoop Sethumadhavan", "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Wash Your Hands", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |