Improvements for Google Tasks™

Highlighting tasks and labels, based on keywords and patterns

Apa itu Improvements for Google Tasks™?

Improvements for Google Tasks™ adalah ekstensi Chrome yang dikembangkan oleh Mihai Alexandru Bîrsan, dan fitur utamanya adalah "Highlighting tasks and labels, based on keywords and patterns".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Improvements for Google Tasks™

Unduh file ekstensi Improvements for Google Tasks™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Improvements for Google Tasks™ Improvements for Google Tasks™
ID mhikceoaalnjmimabofghliacpmljocb
URL Resmi https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb
Deskripsi Highlighting tasks and labels, based on keywords and patterns
Ukuran File 54.59 KB
Jumlah Instalasi 2,020
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-09-25
Tanggal Publikasi 2013-09-24
Penilaian 3.41/5 Total 17 Penilaian
Pengembang Mihai Alexandru Bîrsan
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}