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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*\/*" ] } |