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.
扩展基本信息
名称 | Elements - Preview |
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" } ] } |