Bug Tracker Issue Copier
Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!
Bug Tracker Issue Copier là gì?
Bug Tracker Issue Copier là một tiện ích mở rộng Chrome được phát triển bởi Erick Perez, và tính năng chính của nó là "Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bug Tracker Issue Copier
Tải xuống các tệp mở rộng Bug Tracker Issue Copier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bug Tracker Issue Copier |
ID | koanoolibihaieacodfefmfpcjccicam |
URL Chính Thức | https://chromewebstore.google.com/detail/bug-tracker-issue-copier/koanoolibihaieacodfefmfpcjccicam |
Mô tả | Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more! |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.4.19 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2020-01-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Erick Perez |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |