Bugzilla Board
Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Apa itu Bugzilla Board?
Bugzilla Board adalah ekstensi Chrome yang dikembangkan oleh github.com/bendl, dan fitur utamanya adalah "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bugzilla Board
Unduh file ekstensi Bugzilla Board dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Kanban-style board for Bugzilla. Contribute at: https://github.com/bendl/bugzilla-board Icons by: https://www.behance.net/teams/JustUI
Informasi Dasar Ekstensi
Nama | |
ID | jpiplomcgdmmogaegkdidngmkpgjomco |
URL Resmi | https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco |
Deskripsi | Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board |
Ukuran File | 1.63 MB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-04-23 |
Tanggal Publikasi | 2017-04-23 |
Pengembang | github.com/bendl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bendl/bugzilla-board |
Bahasa yang Didukung | 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\/*" ] } |