Bitbucket Filters
Add custom filter links for issues to bitbucket projects
Bitbucket Filters क्या है?
Bitbucket Filters Ilya Radchenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add custom filter links for issues to bitbucket projects"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitbucket Filters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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\/*\/*" ] } |