Improvements for Google Tasks™

Highlighting tasks and labels, based on keywords and patterns

Improvements for Google Tasks™คืออะไร?

Improvements for Google Tasks™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rosenbergj.com และคุณลักษณะหลักของมันคือ "Highlighting tasks and labels, based on keywords and patterns"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Improvements for Google Tasks™

ดาวน์โหลดไฟล์ส่วนขยาย Improvements for Google Tasks™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IMPORTANT! ADD BETTER GOOGLE TASKS ALSO TO GET IT WORKING CORRECTLY -> https://chrome.google.com/webstore/detail/better-google-tasks/denjcdefjebbmlihdoojnebochnkgcin

Highlighting tasks and labels, based on keywords and patterns
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
• ★ or (*) — intense blue highlight background
• ☆ or (o) — light blue highlight background
• → or -> — intense blue highlight background
• ⇨ or => — 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 "}"
• {words} — highlight words "{" and "}"

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Improvements for Google Tasks™ Improvements for Google Tasks™
ID cphmhekapfmlpgcfgjacmpoabnpcdcmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/improvements-for-google-t/cphmhekapfmlpgcfgjacmpoabnpcdcmg
คำอธิบาย Highlighting tasks and labels, based on keywords and patterns
ขนาดไฟล์ 867 KB
จำนวนการติดตั้ง 482
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2015-12-24
วันที่เผยแพร่ 2015-12-23
คะแนน 2.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.rosenbergj.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improvements for Google Tasks\u2122",
    "version": "1.5",
    "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\/*"
            ],
            "js": [
                "bower_components\/lodash\/dist\/lodash.js",
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/select2\/select2.js",
                "bower_components\/momentjs\/moment.js",
                "mutation_summary.js",
                "google-tasks-improvements.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "google-tasks-improvements.css",
        "iframe.css",
        "bower_components\/select2\/select2.css",
        "bower_components\/select2\/select2.png",
        "bower_components\/select2\/select2x2.png",
        "bower_components\/select2\/select2-spinner.gif"
    ]
}