Reminds - your desktop reminder
Create one-time or recurring reminders and never forget anything.
What is Reminds - your desktop reminder?
Reminds - your desktop reminder is a Chrome extension developed by Gram, and its main feature is "Create one-time or recurring reminders and never forget anything.".
Extension Screenshots
Download Reminds - your desktop reminder Extension CRX File
Download Reminds - your desktop reminder 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
Reminds - you can now manage your daily tasks & reminders with one single extension. Have you ever forgotten important tasks while working/procrastinating on your computer? If the answer is yes, you need Reminds in your Chrome browser! • Reminds is an intuitive desktop reminder for everyday use and work. • You can create one-off or weekly recurring reminders with ease. • Install now and never forget anything! p.s Reminds is regularly updated to ensure you have the best user experience
Extension Basic Information
Name | Reminds - your desktop reminder |
ID | jkodggbjknnjbiadigiggaajehflpnap |
Official URL | https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap |
Description | Create one-time or recurring reminders and never forget anything. |
File Size | 479 KB |
Installation Count | 407 |
Current Version | 0.0.1 |
Last Updated | 2018-11-20 |
Publish Date | 2018-11-20 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Gram |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.0.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "32": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "pages\/**" ], "permissions": [ "alarms", "storage", "notifications" ] } |