Improvements for Google Tasks™
Highlighting tasks and labels, based on keywords and patterns
Improvements for Google Tasks™とは何ですか?
Improvements for Google Tasks™はMihai Alexandru Bîrsanによって開発されたChromeの拡張機能で、その主な機能は「Highlighting tasks and labels, based on keywords and patterns」です。
拡張機能のスクリーンショット
Improvements for Google Tasks™拡張機能のCRXファイルをダウンロード
Improvements for Google Tasks™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Improvements for Google Tasks™ |
ID | mhikceoaalnjmimabofghliacpmljocb |
公式URL | https://chromewebstore.google.com/detail/improvements-for-google-t/mhikceoaalnjmimabofghliacpmljocb |
説明 | Highlighting tasks and labels, based on keywords and patterns |
ファイルサイズ | 54.59 KB |
インストール数 | 2,020 |
現在のバージョン | 1.2 |
最終更新日 | 2013-09-25 |
公開日 | 2013-09-24 |
評価 | 3.41/5 合計 17 レビュー |
開発者 | Mihai Alexandru Bîrsan |
支払い方法 | free |
対応言語 | 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" ] } |