Bugzilla Board

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

Co je Bugzilla Board?

Bugzilla Board je rozšíření Chrome vyvinuté github.com/bendl, a jeho hlavní funkcí je „Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bugzilla Board

Stáhněte si soubory rozšíření Bugzilla Board ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Kanban-style board for Bugzilla. 

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

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

Základní Informace o Rozšíření

Název Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
Oficiální URL https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Popis Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Velikost souboru 1.63 MB
Počet instalací 65
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-04-23
Datum Vydání 2017-04-23
Vývojář github.com/bendl
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/bendl/bugzilla-board
Podporované Jazyky 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\/*"
    ]
}