DayDo - TODO, Highlight, memo

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

Wat is DayDo - TODO, Highlight, memo?

DayDo - TODO, Highlight, memo is een Chrome-extensie ontwikkeld door developer, en de belangrijkste functie is "Manage your daily to do quick and easy, Save impressive sentence of the day from web page".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DayDo - TODO, Highlight, memo

Download DayDo - TODO, Highlight, memo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DayDo - TODO, Highlight, memo DayDo - TODO, Highlight, memo
ID cdhcfjfcjfccllfjllllpjoellpmmicg
Officiële URL https://chrome.google.com/webstore/detail/daydo-todo-highlight-memo/cdhcfjfcjfccllfjllllpjoellpmmicg
Beschrijving Manage your daily to do quick and easy, Save impressive sentence of the day from web page
Bestandsgrootte 455 KB
Aantal Installaties 23
Huidige Versie 0.3.1
Laatst Bijgewerkt 2021-03-03
Publicatiedatum 2020-12-13
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}