Improvements for Google Tasks™

Highlighting tasks and labels, based on keywords and patterns

Wat is Improvements for Google Tasks™?

Improvements for Google Tasks™ is een Chrome-extensie ontwikkeld door Mihai Alexandru Bîrsan, en de belangrijkste functie is "Highlighting tasks and labels, based on keywords and patterns".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Improvements for Google Tasks™

Download Improvements for Google Tasks™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Improvements for Google Tasks™ Improvements for Google Tasks™
ID mhikceoaalnjmimabofghliacpmljocb
Officiële URL https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb
Beschrijving Highlighting tasks and labels, based on keywords and patterns
Bestandsgrootte 54.59 KB
Aantal Installaties 2,020
Huidige Versie 1.2
Laatst Bijgewerkt 2013-09-25
Publicatiedatum 2013-09-24
Beoordeling 3.41/5 Totaal 17 Beoordelingen
Ontwikkelaar Mihai Alexandru Bîrsan
Betalingswijze free
Ondersteunde Talen 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"
    ]
}