From fa6ebf0408adb6643863934acf6112acaaa98d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotn=C3=BD?= Date: Mon, 14 Sep 2020 21:37:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7fd078..f2f58f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # tfs-bug-printer This Google Chrome extension allows the user to show a HTML **page formatted for print** with data from any _TFS/Azure DevOps Server_ workitems query or a workitem page. +**Add it to Chrome or other Chromium-based browser directly from [Chrome Store](https://chrome.google.com/webstore/detail/tfs-bug-printer/ednoomldhafkgomnoaljeabmeklglegh)!** + ## Features * Scrum-board friendly format * Print from query @@ -36,4 +38,4 @@ Just click on the extension's icon in browser's toolbar to toggle view when on a Extension **can use only data shown on page**! Query must contain all listed attributes, otherwise those omitted attributes won't be shown in the print view. ## Customizations -Visual apperance is controlled exclusively by CSS styles in `content-tfs-print.css`. Items are using CSS Grid for its internal layout, which can be changed easily. Also this way some attributes can hidden or show or entire layout can be reformatted. \ No newline at end of file +Visual apperance is controlled exclusively by CSS styles in `content-tfs-print.css`. Items are using CSS Grid for its internal layout, which can be changed easily. Also this way some attributes can hidden or show or entire layout can be reformatted.