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是由developer開發的Chrome擴展程式,該擴展的主要功能是“Manage your daily to do quick and easy, Save impressive sentence of the day from web page”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載DayDo - TODO, Highlight, memo擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}