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"입니다.
확장 프로그램 스크린샷
Bugzilla Board 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Kanban-style board for Bugzilla. Contribute at: https://github.com/bendl/bugzilla-board Icons by: https://www.behance.net/teams/JustUI
확장 프로그램 기본 정보
이름 | |
ID | jpiplomcgdmmogaegkdidngmkpgjomco |
공식 URL | 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\/*" ] } |