Bug Tracker Issue Copier
Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!
什么是Bug Tracker Issue Copier?
Bug Tracker Issue Copier是由Erick Perez开发的Chrome扩展程序,该扩展的主要功能是“Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!”。
扩展截图
下载Bug Tracker Issue Copier扩展crx文件
下载Bug Tracker Issue Copier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension is for use with Jira, GitHub, GitLab, BugTower, DoneDone, and Google's Issue Tracker (Buganizer). It copies all issues that are currently visible in your browser over to your clipboard - link and all. You can then paste them into an e-mail or any other document editor that supports rich text. Useful for status reports if you find yourself doing this repetitive copy/paste dance on a daily basis.
扩展基本信息
名称 | Bug Tracker Issue Copier |
ID | koanoolibihaieacodfefmfpcjccicam |
官方URL | https://chromewebstore.google.com/detail/bug-tracker-issue-copier/koanoolibihaieacodfefmfpcjccicam |
简介 | Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more! |
文件大小 | 138 KB |
安装次数 | 69 |
当前版本 | 1.4.19 |
更新时间 | 2024-01-17 |
上架时间 | 2020-01-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Erick Perez |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4.19", "name": "Bug Tracker Issue Copier", "description": "Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!", "permissions": [ "activeTab" ], "background": { "scripts": [ "lib\/codemirror.js", "lib\/mode\/xml\/xml.js", "lib\/mode\/htmlmixed\/htmlmixed.js", "lib\/mode\/css\/css.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "Bug Tracker Issue Copier" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ " |