Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 799 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 799 Bytes

Introduction

This is Chrome extension that allows you to take page screenshots, annotate them and post directly to your bug tracker.

Supported trackers:

  • Gemini
  • Jira
  • Rally
  • Redmine
  • YouTrack

Get it for Chrome

FireFox version will be available later.

Development

Setting environment and packaging:

  1. Install nodejs
  2. Install grunt (sudo npm install -g grunt-cli)
  3. Navigate to bugsnap root folder and install modules (npm install)
  4. Setup the environment (grunt install)
  5. Package extensions (grunt)

Packaged extensions will appear in build folder.

Chrome extension can be tested directly by using "Load unpacked extension..." button on Extensions page and pointing it to chrome directory.