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
官方URL 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
}