Reminders
This extension puts simple reminders right in your browser!
What is Reminders?
Reminders is a Chrome extension developed by Trent Mervine, and its main feature is "This extension puts simple reminders right in your browser!".
Download Reminders Extension CRX File
Download Reminders 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
The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.
Extension Basic Information
Name | Reminders |
ID | ipkjhbpbaboabfiamdjelkohonaacbnf |
Official URL | https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf |
Description | This extension puts simple reminders right in your browser! |
File Size | 773 KB |
Installation Count | 68 |
Current Version | 1.0.1 |
Last Updated | 2016-07-12 |
Publish Date | 2016-07-12 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Trent Mervine |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminders", "description": "This extension puts simple reminders right in your browser!", "version": "1.0.1", "browser_action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png", "32": "icons\/32.png", "16": "icons\/16.png" }, "default_popup": "todos.html" }, "background": { "scripts": [ "moment.min.js", "chrome-storage-promise.js", "background.js" ], "persistent": false }, "permissions": [ "storage" ] } |