Bug 2 Trello
Import bug information to a Trello card.
什么是Bug 2 Trello?
Bug 2 Trello是由https://blog.andrewsomething.com开发的Chrome扩展程序,该扩展的主要功能是“Import bug information to a Trello card.”。
扩展截图
下载Bug 2 Trello扩展crx文件
下载Bug 2 Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances. Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there. https://github.com/andrewsomething/bug2trello
扩展基本信息
名称 | Bug 2 Trello |
ID | aomnoofmdnaccffobkddehcmdihggcke |
官方URL | https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke |
简介 | Import bug information to a Trello card. |
文件大小 | 114 KB |
安装次数 | 179 |
当前版本 | 0.7 |
更新时间 | 2017-05-09 |
上架时间 | 2017-05-08 |
评分 | 4.00/5 共4次评分 |
开发者 | https://blog.andrewsomething.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/ |
帮助页面URL | https://github.com/andrewsomething/bug2trello/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bug 2 Trello", "short_name": "bug2trello", "version": "0.7", "description": "Import bug information to a Trello card.", "icons": { "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "Bug 2 Trello", "default_icon": "icons\/icon-32.png", "default_popup": "popup\/popup.html" }, "permissions": [ "notifications", "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "web_accessible_resources": [ "options\/options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |