DayDo - TODO, Highlight, memo

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

Cos'è DayDo - TODO, Highlight, memo?

DayDo - TODO, Highlight, memo è un'estensione di Chrome sviluppata da developer, e la sua funzione principale è "Manage your daily to do quick and easy, Save impressive sentence of the day from web page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DayDo - TODO, Highlight, memo

Scarica i file di estensione DayDo - TODO, Highlight, memo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DayDo - TODO, Highlight, memo DayDo - TODO, Highlight, memo
ID cdhcfjfcjfccllfjllllpjoellpmmicg
URL Ufficiale https://chrome.google.com/webstore/detail/daydo-todo-highlight-memo/cdhcfjfcjfccllfjllllpjoellpmmicg
Descrizione Manage your daily to do quick and easy, Save impressive sentence of the day from web page
Dimensione del File 455 KB
Conteggio Installazioni 23
Versione Corrente 0.3.1
Ultimo Aggiornamento 2021-03-03
Data di Pubblicazione 2020-12-13
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore developer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}