Task Remainder

Add your Task to get Remainder

What is Task Remainder?

Task Remainder is a Chrome extension developed by abhinayafeb19, and its main feature is "Add your Task to get Remainder".

Extension Screenshots

screenshot

Download Task Remainder Extension CRX File

Download Task Remainder 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

                        Extension helps User to note down plans and get reminder on time so can never forget something important.                    

Extension Basic Information

Name Task Remainder Task Remainder
ID kgoaofjpjpekifclaoindlockcngoeed
Official URL https://chromewebstore.google.com/detail/task-remainder/kgoaofjpjpekifclaoindlockcngoeed
Description Add your Task to get Remainder
File Size 145 KB
Installation Count 585
Current Version 0.0.1
Last Updated 2020-08-11
Publish Date 2020-08-10
Developer abhinayafeb19
Email [email protected]
Payment Type free
Extension Website https://abhinaya-bala.github.io/
Help Page URL https://abhinaya-bala.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Remainder",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Add your Task to get Remainder",
    "homepage_url": "https:\/\/github.com\/Abhinaya-bala\/TodoExtension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/popup\/popup.html"
    }
}