DayDo - TODO, Highlight, memo

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

ما هو DayDo - TODO, Highlight, memo؟

DayDo - TODO, Highlight, memo هو إضافة Chrome تم تطويرها بواسطة developer، والميزة الرئيسية لها هي "Manage your daily to do quick and easy, Save impressive sentence of the day from web page".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DayDo - TODO, Highlight, memo

قم بتنزيل ملفات الامتداد DayDo - TODO, Highlight, memo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم DayDo - TODO, Highlight, memo DayDo - TODO, Highlight, memo
ID cdhcfjfcjfccllfjllllpjoellpmmicg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/daydo-todo-highlight-memo/cdhcfjfcjfccllfjllllpjoellpmmicg
الوصف Manage your daily to do quick and easy, Save impressive sentence of the day from web page
حجم الملف 455 KB
عدد التثبيتات 23
النسخة الحالية 0.3.1
آخر تحديث 2021-03-03
تاريخ النشر 2020-12-13
تقييم 5.00/5 مجموع تقييمات 6
المطور developer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}