Colored Exclamation Mark for Trello
This extension colors exclamation mark cards to easily distinguish them
Colored Exclamation Mark for Trello là gì?
Colored Exclamation Mark for Trello là một tiện ích mở rộng Chrome được phát triển bởi mhanoi, và tính năng chính của nó là "This extension colors exclamation mark cards to easily distinguish them".
Ả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 Colored Exclamation Mark for Trello
Tải xuống các tệp mở rộng Colored Exclamation Mark for Trello 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
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Colored Exclamation Mark for Trello |
ID | ahpkhbieljfkaemoljnpenjfledfgefi |
URL Chính Thức | https://chromewebstore.google.com/detail/colored-exclamation-mark/ahpkhbieljfkaemoljnpenjfledfgefi |
Mô tả | This extension colors exclamation mark cards to easily distinguish them |
Kích Thước Tệp | 40.1 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2016-08-29 |
Ngày Phát Hành | 2016-08-28 |
Nhà Phát Triển | mhanoi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |