DayDo - TODO, Highlight, memo

Manage your daily to do quick and easy, Save impressive sentence of the day from web page

What is DayDo - TODO, Highlight, memo?

DayDo - TODO, Highlight, memo is a Chrome extension developed by developer, and its main feature is "Manage your daily to do quick and easy, Save impressive sentence of the day from web page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DayDo - TODO, Highlight, memo Extension CRX File

Download DayDo - TODO, Highlight, memo 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

                        Manage your daily to do quick and easy
Save impressive sentence of the day from web page

FEATURES
- display events with calendar
- add to do quickly with popup
- web page highlight and restore them                    

Extension Basic Information

Name DayDo - TODO, Highlight, memo DayDo - TODO, Highlight, memo
ID cdhcfjfcjfccllfjllllpjoellpmmicg
Official URL https://chrome.google.com/webstore/detail/daydo-todo-highlight-memo/cdhcfjfcjfccllfjllllpjoellpmmicg
Description Manage your daily to do quick and easy, Save impressive sentence of the day from web page
File Size 455 KB
Installation Count 23
Current Version 0.3.1
Last Updated 2021-03-03
Publish Date 2020-12-13
Rating 5.00/5 Total 6 Ratings
Developer developer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DayDo - TODO, Highlight, memo",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "Manage your daily to do quick and easy, Save impressive sentence of the day from web page",
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo128.png",
        "default_popup": "popup.html"
    },
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ]
}