Print VSTS cards

Extract tasks from a VSTS backlog and print them

什麼是Print VSTS cards?

Print VSTS cards是由Eder Elorriaga開發的Chrome擴展程式,該擴展的主要功能是“Extract tasks from a VSTS backlog and print them”。

擴展截圖

screenshot

下載Print VSTS cards擴展crx文件

下載Print VSTS cards擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extract tasks from a Visual Studio Team Services backlog and print them.                    

擴展基本資訊

名稱 Print VSTS cards Print VSTS cards
ID cmjjjmmggieahbahamhhgpegnbnefmdj
官方網址 https://chromewebstore.google.com/detail/print-vsts-cards/cmjjjmmggieahbahamhhgpegnbnefmdj
簡介 Extract tasks from a VSTS backlog and print them
檔案大小 716 KB
安裝次數 30
目前版本 3.0.2
更新時間 2017-12-18
上架時間 2017-12-18
評分 4.67/5 共 3 次評分
開發者 Eder Elorriaga
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/gexplorer/VSTSCards
說明頁面URL https://github.com/gexplorer/VSTSCards/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print VSTS cards",
    "short_name": "VSTScards",
    "description": "Extract tasks from a VSTS backlog and print them",
    "author": "Eder Elorriaga ",
    "version": "3.0.2",
    "icons": {
        "16": "postits_16.png",
        "48": "postits_48.png",
        "128": "postits_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Print VSTS cards",
        "default_icon": "postits_16.png"
    },
    "manifest_version": 2
}