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文件

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

擴展使用說明

                        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
官方網址 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"
    ]
}