Bug 2 Trello

Import bug information to a Trello card.

Bug 2 Trelloとは何ですか?

Bug 2 Trelloはhttps://blog.andrewsomething.comによって開発されたChromeの拡張機能で、その主な機能は「Import bug information to a Trello card.」です。

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

Bug 2 Trello拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances.

Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there.

https://github.com/andrewsomething/bug2trello                    

拡張機能の基本情報

名前 Bug 2 Trello Bug 2 Trello
ID aomnoofmdnaccffobkddehcmdihggcke
公式URL https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke
説明 Import bug information to a Trello card.
ファイルサイズ 114 KB
インストール数 179
現在のバージョン 0.7
最終更新日 2017-05-09
公開日 2017-05-08
評価 4.00/5 合計 4 レビュー
開発者 https://blog.andrewsomething.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/
ヘルプページのURL https://github.com/andrewsomething/bug2trello/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bug 2 Trello",
    "short_name": "bug2trello",
    "version": "0.7",
    "description": "Import bug information to a Trello card.",
    "icons": {
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Bug 2 Trello",
        "default_icon": "icons\/icon-32.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        "options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}