TFS with Colors

This extension adds colors to the TFS task board

TFS with Colors란 무엇입니까?

TFS with Colors은(는) egg 'n stone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds colors to the TFS task board"입니다.

확장 프로그램 스크린샷

screenshot

TFS with Colors 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds colors to the TFS task board                    

확장 프로그램 기본 정보

이름 TFS with Colors TFS with Colors
ID kocgolegbneheghmldckeaflegjnflnn
공식 URL https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn
설명 This extension adds colors to the TFS task board
파일 크기 38.75 KB
설치 횟수 42
현재 버전 0.4
최근 업데이트 2016-02-01
출시 날짜 2016-02-01
평점 4.50/5 총 2 개의 평점
개발자 egg 'n stone
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TFS with Colors",
    "short_name": "TFS+Colors",
    "version": "0.4",
    "description": "This extension adds colors to the TFS task board",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-2.1.4.min.js",
                "scripts\/tools.js",
                "scripts\/settings.js",
                "scripts\/taskboard.js"
            ],
            "matches": [
                "http:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
                "https:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
                "http:\/\/*\/*\/*\/_backlogs\/taskboard*",
                "https:\/\/*\/*\/*\/_backlogs\/taskboard*"
            ]
        }
    ],
    "options_page": "pages\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}