Bugzilla Board

Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board

Bugzilla Boardとは何ですか?

Bugzilla Boardはgithub.com/bendlによって開発されたChromeの拡張機能で、その主な機能は「Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board」です。

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

screenshot

Bugzilla Board拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Kanban-style board for Bugzilla. 

Contribute at: https://github.com/bendl/bugzilla-board

Icons by: https://www.behance.net/teams/JustUI                    

拡張機能の基本情報

名前 Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
公式URL https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
説明 Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
ファイルサイズ 1.63 MB
インストール数 65
現在のバージョン 1.0.0
最終更新日 2017-04-23
公開日 2017-04-23
開発者 github.com/bendl
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bendl/bugzilla-board
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bugzilla Board",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Kanban-style board for Bugzilla. https:\/\/github.com\/bendl\/bugzilla-board",
    "icons": {
        "16": "images\/_icon16.png",
        "48": "images\/_icon48.png",
        "128": "images\/_icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*buglist*"
            ],
            "css": [
                "bower_components\/angular\/angular-csp.css",
                "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css",
                "style\/main.css"
            ],
            "js": [
                "bower_components\/angular\/angular.min.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts.babel\/contentscript.js"
            ],
            "html": [
                "templates\/board.html"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "templates\/board.html",
        "bower_components\/angular\/*"
    ]
}