Improvements for Google Tasks™

Highlighting tasks and labels, based on keywords and patterns

Improvements for Google Tasks™란 무엇입니까?

Improvements for Google Tasks™은(는) Mihai Alexandru Bîrsan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlighting tasks and labels, based on keywords and patterns"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Improvements for Google Tasks™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use text to highlight tasks as you type in Google Tasks™! Works with the Google Tasks version at https://mail.google.com/tasks/ig. 

You can use the following patterns for highlighting:
• (x) — red highlight background and the (x) becomes an icon
• /!\ — yellow highlight background and the /!\ becomes an icon
• ★ — intense blue highlight background
• ☆ — light blue highlight background
• (~) — fades the whole task and (~) becomes an icon

Labels are (for now) just a special character followed by any words optionally separated by dashes. However, any patterns may be supported in the future, such as the comment highlight and number highlight below. You can use the following patterns for labels:
• +alphanumdash — "+" followed by any words and dashes
• #alphanumdash — "#" followed by any words and dashes
• @alphanumdash — "@" followed by any words and dashes
• {*anychar*} — any character sequence between "{*" and "*}"
• {digits} — any number of digits between "{" and "}"

Support for customizing patterns and colors is planned for a future version.                    

확장 프로그램 기본 정보

이름 Improvements for Google Tasks™ Improvements for Google Tasks™
ID mhikceoaalnjmimabofghliacpmljocb
공식 URL https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb
설명 Highlighting tasks and labels, based on keywords and patterns
파일 크기 54.59 KB
설치 횟수 2,020
현재 버전 1.2
최근 업데이트 2013-09-25
출시 날짜 2013-09-24
평점 3.41/5 총 17 개의 평점
개발자 Mihai Alexandru Bîrsan
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improvements for Google Tasks\u2122",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Highlighting tasks and labels, based on keywords and patterns",
    "icons": {
        "16": "google-tasks-improvements-icon-16.png",
        "48": "google-tasks-improvements-icon-48.png",
        "128": "google-tasks-improvements-icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/mail.google.com\/tasks\/ig*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "mutation_summary.js",
                "google-tasks-improvements.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.css"
    ]
}