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\/" ] } |