Colored Exclamation Mark for Trello
This extension colors exclamation mark cards to easily distinguish them
Colored Exclamation Mark for Trelloとは何ですか?
Colored Exclamation Mark for Trelloはmhanoiによって開発されたChromeの拡張機能で、その主な機能は「This extension colors exclamation mark cards to easily distinguish them」です。
拡張機能のスクリーンショット
Colored Exclamation Mark for Trello拡張機能のCRXファイルをダウンロード
Colored Exclamation Mark for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension colors Exclamation Mark cards to easily distinguish them A Exclamation Mark is useful to categorize cards e.g, in scrum you may add !to specify to which story belongs. This plugin extracts Exclamation Mark in a card title and change cards' background color according to it. This feature enhances visibility and you might be able to distinguish cards at glance. Note: modify for change a hashtags to exclamation mark Credit by "Colored Hashtag for Trello"
拡張機能の基本情報
名前 | Colored Exclamation Mark for Trello |
ID | ahpkhbieljfkaemoljnpenjfledfgefi |
公式URL | https://chromewebstore.google.com/detail/colored-exclamation-mark/ahpkhbieljfkaemoljnpenjfledfgefi |
説明 | This extension colors exclamation mark cards to easily distinguish them |
ファイルサイズ | 40.1 KB |
インストール数 | 39 |
現在のバージョン | 1.0.5 |
最終更新日 | 2016-08-29 |
公開日 | 2016-08-28 |
開発者 | mhanoi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "bower_components\/jquery\/jquery.min.js", "scripts\/colored_exclamation_mark.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "webNavigation" ] } |