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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}