EndTime2 for Toodledo

EndTime2 for Toodledo: Estimated Lengths Viewer

EndTime2 for Toodledo là gì?

EndTime2 for Toodledo là một tiện ích mở rộng Chrome được phát triển bởi ToodledoTips, và tính năng chính của nó là "EndTime2 for Toodledo: Estimated Lengths Viewer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EndTime2 for Toodledo

Tải xuống các tệp mở rộng EndTime2 for Toodledo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EndTime2 for Toodledo EndTime2 for Toodledo
ID lfkaepdpjgnonpodbgalgkbcbmahegap
URL Chính Thức https://chromewebstore.google.com/detail/endtime2-for-toodledo/lfkaepdpjgnonpodbgalgkbcbmahegap
Mô tả EndTime2 for Toodledo: Estimated Lengths Viewer
Kích Thước Tệp 195 KB
Số Lần Cài Đặt 2,034
Phiên Bản Hiện Tại 0.4.6.12
Cập Nhật Lần Cuối 2021-06-16
Ngày Phát Hành 2016-06-06
Đánh Giá 4.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển ToodledoTips
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://toodledotips.jp/tool/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}