Remind Me

Shows off desktop notifications

什么是Remind Me?

Remind Me是由helpfulwebtech开发的Chrome扩展程序,该扩展的主要功能是“Shows off desktop notifications”。

扩展截图

screenshot

下载Remind Me扩展crx文件

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

扩展使用说明

                        Remind Me is a reminder app, which lets you set a reminder.
To put it in one line, "It's an alarm clock on your browser"
Since we spend most of the time on the web, this turns out to be a very useful tool.

Let's you set a time/duration and a message for your reminder. And makes sure that it flashes out right on time, not letting you miss on important tasks.                    

扩展基本信息

名称 Remind Me Remind Me
ID lbcagagehgegabogmbnbjblmhodjohoo
官方URL https://chromewebstore.google.com/detail/remind-me/lbcagagehgegabogmbnbjblmhodjohoo
简介 Shows off desktop notifications
文件大小 781 KB
安装次数 20,000
当前版本 v3.3
更新时间 2023-01-08
上架时间 2020-03-12
评分 3.36/5 共58次评分
开发者 helpfulwebtech
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/notification.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/remind-me-logo-19x19.png",
            "38": "assets\/icons\/remind-me-logo-38x38.png"
        },
        "default_popup": "remind-me.html"
    },
    "description": "Shows off desktop notifications",
    "icons": {
        "128": "assets\/icons\/remind-me-logo-128x128.png",
        "16": "assets\/icons\/remind-me-logo-16x16.png",
        "48": "assets\/icons\/remind-me-logo-48x48.png"
    },
    "manifest_version": 3,
    "name": "Remind Me",
    "permissions": [
        "notifications",
        "background",
        "alarms",
        "storage"
    ],
    "short_name": "Remind Me",
    "version": "3.3",
    "version_name": "v3.3",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/alarm_48x48.png",
                "assets\/images\/success_green_thumb_48_48.png",
                "assets\/audio\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}