Bugzilla Board

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

Cos'è Bugzilla Board?

Bugzilla Board è un'estensione di Chrome sviluppata da github.com/bendl, e la sua funzione principale è "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bugzilla Board

Scarica i file di estensione Bugzilla Board in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Kanban-style board for Bugzilla. 

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

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

Informazioni di Base sull'Estensione

Nome Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
URL Ufficiale https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Descrizione Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Dimensione del File 1.63 MB
Conteggio Installazioni 65
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-04-23
Data di Pubblicazione 2017-04-23
Sviluppatore github.com/bendl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bendl/bugzilla-board
Lingue Supportate 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\/*"
    ]
}