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”。
扩展截图
下载TFS with Colors扩展crx文件
下载TFS with Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds colors to the TFS task board
扩展基本信息
名称 | 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\/" ] } |