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文件

下載TFS with Colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds colors to the TFS task board                    

擴展基本資訊

名稱 TFS with Colors TFS with Colors
ID kocgolegbneheghmldckeaflegjnflnn
官方網址 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\/"
    ]
}