Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Elements - Previewとは何ですか?
Elements - PreviewはElementsによって開発されたChromeの拡張機能で、その主な機能は「Adds personalization and overview to Visual Studio Online and TFS 2013」です。
拡張機能のスクリーンショット
Elements - Preview拡張機能のCRXファイルをダウンロード
Elements - Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Get a tiled dashboard of all your work across all projects and project collections. The automatic update functionality ensures the information is up-to-date.
- Display My Favorites on project home page. This allows you to personalize your own project dashboard and not have to share Pinned Items with the entire team.
- Add charts to My Favorites. 拡張機能の基本情報
| 名前 | |
| ID | jjpconebdoaidimneaglkhhmegfnpjjh |
| 公式URL | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh |
| 説明 | Adds personalization and overview to Visual Studio Online and TFS 2013 |
| ファイルサイズ | 3.5 KB |
| インストール数 | 75 |
| 現在のバージョン | 0.11.0.106 |
| 最終更新日 | 2014-11-21 |
| 公開日 | 2014-11-21 |
| 開発者 | Elements |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://elementsvsx.wordpress.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Elements - Preview",
"description": "Adds personalization and overview to Visual Studio Online and TFS 2013",
"version": "0.11.0.106",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} | |