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" ] } |