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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}