Backlog Issue Template

課題追加時にテンプレを挿入できるようにします

Backlog Issue Templateとは何ですか?

Backlog Issue Templateはhttps://develtips.comによって開発されたChromeの拡張機能で、その主な機能は「課題追加時にテンプレを挿入できるようにします」です。

拡張機能のスクリーンショット

screenshot

Backlog Issue Template拡張機能のCRXファイルをダウンロード

Backlog Issue Template拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        これは、Backlogの課題テンプレート機能を提供する唯一の拡張機能です。
インストールしたら、始めに「Backlogスペースキー」「あなたのAPIキー」「テンプレートの課題」を設定してください。
新しい課題を追加すと、自動的に貴方が指定したテンプレートが挿入されます。

This is the only extension that provides issue template of Backlog.
Set the "Backlog space key", "Your API Key", "Issue ID for template" at the beginning.
When you add a new issue, the template you specified will be inserted automatically.                    

拡張機能の基本情報

名前 Backlog Issue Template Backlog Issue Template
ID aljbdflicanhipbfgioikcaboplcdbdj
公式URL https://chromewebstore.google.com/detail/backlog-issue-template/aljbdflicanhipbfgioikcaboplcdbdj
説明 課題追加時にテンプレを挿入できるようにします
ファイルサイズ 35.56 KB
インストール数 90
現在のバージョン 0.1.0
最終更新日 2016-08-11
公開日 2016-08-10
開発者 https://develtips.com
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backlog Issue Template",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "\u8ab2\u984c\u8ffd\u52a0\u6642\u306b\u30c6\u30f3\u30d7\u30ec\u3092\u633f\u5165\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059",
    "permissions": [
        "storage",
        "https:\/\/*.backlog.jp\/api\/v2\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.backlog.jp\/add\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "run.js"
            ],
            "run_at": "document_idle"
        }
    ]
}