EndTime2 for Toodledo

EndTime2 for Toodledo: Estimated Lengths Viewer

什麼是EndTime2 for Toodledo?

EndTime2 for Toodledo是由ToodledoTips開發的Chrome擴展程式,該擴展的主要功能是“EndTime2 for Toodledo: Estimated Lengths Viewer”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載EndTime2 for Toodledo擴展crx文件

下載EndTime2 for Toodledo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        EndTime2 is an extension that runs on Toodledo.com.
It can calculate the total time required for tasks, and estimate their expected time of completion in real time. 

* Other functions
- A "Timeline chart" that displays time estimates on a graph
- A "Log display mode" where you can review completed tasks                    

擴展基本資訊

名稱 EndTime2 for Toodledo EndTime2 for Toodledo
ID lfkaepdpjgnonpodbgalgkbcbmahegap
官方網址 https://chromewebstore.google.com/detail/endtime2-for-toodledo/lfkaepdpjgnonpodbgalgkbcbmahegap
簡介 EndTime2 for Toodledo: Estimated Lengths Viewer
檔案大小 195 KB
安裝次數 2,034
目前版本 0.4.6.12
更新時間 2021-06-16
上架時間 2016-06-06
評分 4.29/5 共 14 次評分
開發者 ToodledoTips
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://toodledotips.jp/tool/privacy-policy
支援的語言 de,en,fr,nl,es,it,pt-BR,pt-PT,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "EndTime2",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "0.4.6.12",
    "web_accessible_resources": [
        "options.html",
        "\/images\/*.png",
        "fonts\/*"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/endtime2-for-toodledo\/lfkaepdpjgnonpodbgalgkbcbmahegap",
    "background": {
        "scripts": [
            "js\/prototype.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "content_security_policy": "img-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/toodledotips.sakura.ne.jp\/ https:\/\/s3-ap-northeast-1.amazonaws.com\/ https:\/\/stats.g.doubleclick.net; frame-src 'self' https:\/\/toodledotips.sakura.ne.jp\/ https:\/\/s3-ap-northeast-1.amazonaws.com\/; script-src 'self' https:\/\/toodledotips.sakura.ne.jp\/ https:\/\/s3-ap-northeast-1.amazonaws.com\/ https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.google.com https:\/\/apis.google.com; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.toodledo.com\/tasks\/*",
                "http:\/\/www.toodledo.com\/tasks\/*",
                "https:\/\/beta.toodledo.com\/tasks\/*",
                "http:\/\/beta.toodledo.com\/tasks\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/font.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/prototype.js",
                "js\/et2.min.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    }
}