Improvements for Google Tasks™
Highlighting tasks and labels, based on keywords and patterns
什么是Improvements for Google Tasks™?
Improvements for Google Tasks™是由https://www.rosenbergj.com开发的Chrome扩展程序,该扩展的主要功能是“Highlighting tasks and labels, based on keywords and patterns”。
扩展截图
下载Improvements for Google Tasks™扩展crx文件
下载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™ |
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" ] } |