Bitbucket Filters
Add custom filter links for issues to bitbucket projects
Bitbucket Filtersคืออะไร?
Bitbucket Filters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ilya Radchenko และคุณลักษณะหลักของมันคือ "Add custom filter links for issues to bitbucket projects"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitbucket Filters
ดาวน์โหลดไฟล์ส่วนขยาย Bitbucket Filters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows for creating custom filters for your repositories that persist across Chrome accounts. To add a filter, go to Issues > Advanced Search, select your options, then press the "Save & Search" button. To edit a filter, go to Issues > Advanced Search, select 'edit' from dropdown of one of the filters. Change your filter options, and press the "Save & Search" button. Select "OK" when the name comes up, and confirm overwrite. To delete a filter, go to Issues > Advanced Search, select 'delete' from dropdown of one of the filters. Confirm that you want to delete by clicking "OK".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bitbucket Filters |
ID | dbifmilkbhjgdgalenpladkndcfjdpbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitbucket-filters/dbifmilkbhjgdgalenpladkndcfjdpbk |
คำอธิบาย | Add custom filter links for issues to bitbucket projects |
ขนาดไฟล์ | 15.61 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 0.1.7 |
อัปเดตครั้งล่าสุด | 2014-12-18 |
วันที่เผยแพร่ | 2014-12-18 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Ilya Radchenko |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/knownasilya/Bitbucket-Issue-Filters |
URL หน้าช่วยเหลือ | https://github.com/knownasilya/Bitbucket-Issue-Filters/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "options_page": "options.html", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/bitbucket.org\/*\/*", "https:\/\/bitbucket.org\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage", "http:\/\/bitbucket.org\/*\/*", "https:\/\/bitbucket.org\/*\/*" ] } |