Bitbucket Filters
Add custom filter links for issues to bitbucket projects
Wat is Bitbucket Filters?
Bitbucket Filters is een Chrome-extensie ontwikkeld door Ilya Radchenko, en de belangrijkste functie is "Add custom filter links for issues to bitbucket projects".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitbucket Filters
Download Bitbucket Filters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Bitbucket Filters |
ID | dbifmilkbhjgdgalenpladkndcfjdpbk |
Officiële URL | https://chromewebstore.google.com/detail/bitbucket-filters/dbifmilkbhjgdgalenpladkndcfjdpbk |
Beschrijving | Add custom filter links for issues to bitbucket projects |
Bestandsgrootte | 15.61 KB |
Aantal Installaties | 76 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2014-12-18 |
Publicatiedatum | 2014-12-18 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Ilya Radchenko |
Betalingswijze | free |
Extensiewebsite | https://github.com/knownasilya/Bitbucket-Issue-Filters |
Help Pagina-URL | https://github.com/knownasilya/Bitbucket-Issue-Filters/issues |
Ondersteunde Talen | 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\/*\/*" ] } |