angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

To Users - How to reinstall working version (4.3) #191

Closed jadamrogers closed 9 years ago

jadamrogers commented 9 years ago

Hey guys, I know a lot of you, like me, depend on this extension for your daily work and having it not working is a real issue. Here is how you can reinstall a previous version so you can have it working as before.

To Reinstall Working Version (4.3)

  1. Go to: https://github.com/angular/angularjs-batarang/tree/v0.4.3
  2. Download Zip (button on right)
  3. Unzip to a location where you are happy to leave the extension.
  4. Go to: chrome://chrome/extensions/
  5. At the top right, there is a checkbox for "Developer mode". Check that.
  6. Click the "Load unpacked extension..." button.
  7. Select the folder that holds the unzipped extension files.
  8. Disable the broken version of the extension.
  9. Enable the working version (4.3).
  10. Restart the browser and enjoy.

To the developer, thanks for your hard work on this extension. It makes life much easier for us.

jaredwilli commented 9 years ago

Thank you @jadamrogers I was going nuts trying to figure out what was causing my app to break and I just found that it was batarang. Once I disabled it everything worked.

Splaktar commented 9 years ago

Yep, this was posted in many issues yesterday. It's also on stack overflow: http://stackoverflow.com/a/27404493/633107

btford commented 9 years ago

I'm going to add this to the readme and close this issue. Thanks @Splaktar and @jadamrogers for the explanations!

Splaktar commented 9 years ago

Great! That should make this a lot easier to find. Thank you @btford