Bugzilla Board

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

Bugzilla Board là gì?

Bugzilla Board là một tiện ích mở rộng Chrome được phát triển bởi github.com/bendl, và tính năng chính của nó là "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bugzilla Board

Tải xuống các tệp mở rộng Bugzilla Board dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Kanban-style board for Bugzilla. 

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
URL Chính Thức https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Mô tả Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Kích Thước Tệp 1.63 MB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-04-23
Ngày Phát Hành 2017-04-23
Nhà Phát Triển github.com/bendl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bendl/bugzilla-board
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}