Remind me!
Schedule recurring reminders.
What is Remind me!?
Remind me! is a Chrome extension developed by dragoonj, and its main feature is "Schedule recurring reminders.".
Extension Screenshots
Download Remind me! Extension CRX File
Download Remind me! 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
This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work.
Extension Basic Information
Name | Remind me! |
ID | bnhmafacknfmbcjolljkemehpaobjkml |
Official URL | https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml |
Description | Schedule recurring reminders. |
File Size | 138 KB |
Installation Count | 28 |
Current Version | 0.1.3 |
Last Updated | 2021-04-20 |
Publish Date | 2018-10-29 |
Developer | dragoonj |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remind me!", "description": "Schedule recurring reminders.", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Configure Reminders", "default_popup": "ui.html" }, "icons": { "16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png", "32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png", "48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png", "128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "manifest_version": 2 } |