TFS with Colors
This extension adds colors to the TFS task board
What is TFS with Colors?
TFS with Colors is a Chrome extension developed by egg 'n stone, and its main feature is "This extension adds colors to the TFS task board".
Extension Screenshots
Download TFS with Colors Extension CRX File
Download TFS with Colors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds colors to the TFS task board
Extension Basic Information
Name | TFS with Colors |
ID | kocgolegbneheghmldckeaflegjnflnn |
Official URL | https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn |
Description | This extension adds colors to the TFS task board |
File Size | 38.75 KB |
Installation Count | 42 |
Current Version | 0.4 |
Last Updated | 2016-02-01 |
Publish Date | 2016-02-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | egg 'n stone |
Payment Type | free |
Supported Languages | 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\/" ] } |