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
Eメール [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
}