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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erick Perez และคุณลักษณะหลักของมันคือ "Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bug Tracker Issue Copier
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |