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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |