Improvements for Google Tasks™
Highlighting tasks and labels, based on keywords and patterns
Improvements for Google Tasks™ là gì?
Improvements for Google Tasks™ là một tiện ích mở rộng Chrome được phát triển bởi Mihai Alexandru Bîrsan, và tính năng chính của nó là "Highlighting tasks and labels, based on keywords and patterns".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Improvements for Google Tasks™
Tải xuống các tệp mở rộng Improvements for Google Tasks™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Improvements for Google Tasks™ |
ID | mhikceoaalnjmimabofghliacpmljocb |
URL Chính Thức | https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb |
Mô tả | Highlighting tasks and labels, based on keywords and patterns |
Kích Thước Tệp | 54.59 KB |
Số Lần Cài Đặt | 2,020 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-09-25 |
Ngày Phát Hành | 2013-09-24 |
Đánh Giá | 3.41/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Mihai Alexandru Bîrsan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |