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
官方網址 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
電子郵箱 [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\/*"
    ]
}