DayDo - TODO, Highlight, memo

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

Qu'est-ce que DayDo - TODO, Highlight, memo ?

DayDo - TODO, Highlight, memo est une extension Chrome développée par developer, et sa fonction principale est "Manage your daily to do quick and easy, Save impressive sentence of the day from web page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DayDo - TODO, Highlight, memo

Téléchargez les fichiers d'extension DayDo - TODO, Highlight, memo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DayDo - TODO, Highlight, memo DayDo - TODO, Highlight, memo
ID cdhcfjfcjfccllfjllllpjoellpmmicg
URL Officiel 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
Taille du Fichier 455 KB
Nombre d'Installations 23
Version Actuelle 0.3.1
Dernière Mise à Jour 2021-03-03
Date de Publication 2020-12-13
Évaluation 5.00/5 Total 6 Évaluations
Développeur developer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}