Improvements for Google Tasks™
Highlighting tasks and labels, based on keywords and patterns
¿Qué es Improvements for Google Tasks™?
Improvements for Google Tasks™ es una extensión de Chrome desarrollada por Mihai Alexandru Bîrsan, y su función principal es "Highlighting tasks and labels, based on keywords and patterns".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Improvements for Google Tasks™
Descarga archivos de extensión Improvements for Google Tasks™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Improvements for Google Tasks™ |
ID | mhikceoaalnjmimabofghliacpmljocb |
URL Oficial | https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb |
Descripción | Highlighting tasks and labels, based on keywords and patterns |
Tamaño del Archivo | 54.59 KB |
Cantidad de Instalaciones | 2,020 |
Versión Actual | 1.2 |
Última Actualización | 2013-09-25 |
Fecha de Publicación | 2013-09-24 |
Calificación | 3.41/5 Total de 17 Calificaciones |
Desarrollador | Mihai Alexandru Bîrsan |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |