From bec405c8c73d64da46fb1bd4c5d04a4379e3e6b4 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 11 Dec 2014 13:31:28 -0800 Subject: [PATCH] docs(readme): explain how to install previous versions Closes #191 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index febfde8..83ef51e 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,15 @@ https://chrome.google.com/webstore/detail/ighdmehidhipcmcojjgiloacoafjmpfk +## Installing Previous Versions + +1. Download and extract one of the files from the [Batarang releases page on GitHub](https://github.com/angular/angularjs-batarang/releases) +1. Navigate to `chrome://chrome/extensions/` in Chrome +1. If you've installed Batarang from the web store, disable or remove that version +1. On the top right, check the checkbox for "Developer mode" +1. Click "Load unpacked extension..." +1. Select the directory where you extracted the extension +1. Close and re-open any inspected tabs + ## License MIT