Add to Toodledo

Add tasks to Toodledo.com with ease using the Add to Toodledo extension! You can also display a badge to see how many tasks remain.

Add to Toodledo란 무엇입니까?

Add to Toodledo은(는) https://toodledotips.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add tasks to Toodledo.com with ease using the Add to Toodledo extension! You can also display a badge to see how many tasks remain."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Add to Toodledo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add to Toodledo

Features:
- You can easily add tasks from Gmail. You can also add direct download links to Gmail attached files in the task's notes.
(Once you added a task to Toodledo, you can view previews of the Gmail attached files!)
- Clicking on the extension icon adds a Toodledo task using the title and URL of the current website.
- Dates, tags, and all other task properties can be set when adding a task. Values set for these properties can be saved as the default values for future tasks.
- Selected text on the web page may be set as the name of a new task or as the text of a note.
- Quickly add a task by right clicking on the web page or using shortcut keys.
- Adding a task causes a Chrome notification to appear. Clicking on the notification will take you directly to that task.
- You can display the number of remaining tasks with a badge on the extension icon. On the Options menu, you can modify the criteria used to include tasks in this count.

* A Toodledo account is required to use this extension.
  www.toodledo.com                    

확장 프로그램 기본 정보

이름 Add to Toodledo Add to Toodledo
ID hdmhiihcenipfdlmkdlhmgijjimlpkim
공식 URL https://chromewebstore.google.com/detail/add-to-toodledo/hdmhiihcenipfdlmkdlhmgijjimlpkim
설명 Add tasks to Toodledo.com with ease using the Add to Toodledo extension! You can also display a badge to see how many tasks remain.
파일 크기 237 KB
설치 횟수 3,744
현재 버전 1.1.8.15
최근 업데이트 2021-11-08
출시 날짜 2019-08-17
평점 4.05/5 총 21 개의 평점
개발자 https://toodledotips.jp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S9AHFSKSACG3C&on0=Donate&os0=Donate5¤cy_code=USD
도움말 페이지 URL https://chrome.google.com/webstore/detail/add-to-toodledo/hdmhiihcenipfdlmkdlhmgijjimlpkim/support
개인정보 보호 정책 페이지 URL https://toodledotips.jp/tool/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,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": "Add to Toodledo",
    "default_locale": "en",
    "version": "1.1.8.15",
    "web_accessible_resources": [
        "options.html",
        "popup.html",
        "js\/*",
        "icon\/*",
        "fonts\/*"
    ],
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/add-to-toodledo\/hdmhiihcenipfdlmkdlhmgijjimlpkim",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "js\/common.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "commands": {
        "quick": {
            "description": "Quick Add +",
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            }
        },
        "popup": {
            "description": "Pop-Up Form",
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            }
        },
        "popupwide": {
            "description": "Pop-Up Quick Add bar",
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content_add.min.js"
            ]
        },
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/content_add_gmail.min.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.toodledo.com\/tasks\/*",
                "https:\/\/www.toodledo.com\/tasks\/*"
            ],
            "js": [
                "js\/content_add_toodledo.min.js"
            ]
        }
    ],
    "content_security_policy": "img-src 'self' https:\/\/stats.g.doubleclick.net https:\/\/www.paypalobjects.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/toodledotips.sakura.ne.jp\/ https:\/\/s3-ap-northeast-1.amazonaws.com\/ https:\/\/www.google.com\/ https:\/\/www.google.co.jp\/ https:\/\/ak1s.abmr.net\/ https:\/\/akamai.mathtag.com; frame-src 'self' https:\/\/www.toodledo.com\/ http:\/\/www.toodledo.com\/ https:\/\/toodledotips.sakura.ne.jp\/ https:\/\/s3-ap-northeast-1.amazonaws.com\/; script-src 'self' https:\/\/www.toodledo.com\/ 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 https:\/\/script.google.com; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms",
        "notifications",
        "contextMenus",
        "unlimitedStorage",
        ""
    ],
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Add to Toodledo"
    },
    "icons": {
        "128": "icon\/icon_128.png",
        "16": "icon\/icon_16.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png"
    }
}