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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
官方網址 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"
        }
    ]
}