Improvements for Google Tasks™
Highlighting tasks and labels, based on keywords and patterns
Qu'est-ce que Improvements for Google Tasks™ ?
Improvements for Google Tasks™ est une extension Chrome développée par Mihai Alexandru Bîrsan, et sa fonction principale est "Highlighting tasks and labels, based on keywords and patterns".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Improvements for Google Tasks™
Téléchargez les fichiers d'extension Improvements for Google Tasks™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Improvements for Google Tasks™ |
ID | mhikceoaalnjmimabofghliacpmljocb |
URL Officiel | https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb |
Description | Highlighting tasks and labels, based on keywords and patterns |
Taille du Fichier | 54.59 KB |
Nombre d'Installations | 2,020 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-09-25 |
Date de Publication | 2013-09-24 |
Évaluation | 3.41/5 Total 17 Évaluations |
Développeur | Mihai Alexandru Bîrsan |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |