Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

What is Reminder?

Reminder is a Chrome extension developed by Andy Young, and its main feature is "Create simple reminders with this chrome extension. Input message and time and you are set.".

Extension Screenshots

screenshot

Download Reminder Extension CRX File

Download 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

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

Extension Basic Information

Name Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
Official URL https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
Description Create simple reminders with this chrome extension. Input message and time and you are set.
File Size 94.52 KB
Installation Count 16
Current Version 1.1
Last Updated 2018-03-10
Publish Date 2018-03-09
Developer Andy Young
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}