AngularJS WebInspector Extension for Chrome
This repository has been archived on 2020-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2014-12-15 15:08:54 -08:00
config test(travis): run unit tests on travis + saucelabs 2014-12-15 15:08:54 -08:00
dist v0.7.4 2014-12-11 14:35:10 -08:00
example chore(deps): use angular 1.3.6 from npm 2014-12-09 21:02:52 -08:00
img chore(img): add src for logos 2014-10-24 06:31:03 -07:00
panel test(inspectedApp): add tests for messaging 2014-12-15 10:42:39 -08:00
scripts test(travis): run unit tests on travis + saucelabs 2014-12-15 15:08:54 -08:00
.gitignore chore(gitignore): ignore package dir 2014-12-10 09:49:11 -08:00
.travis.yml test(travis): run unit tests on travis + saucelabs 2014-12-15 15:08:54 -08:00
background.js fix(background): flush buffer on devtools connect 2014-12-11 11:38:28 -08:00
CONTRIBUTING.md docs(contributing): update build and release docs 2014-12-11 14:12:34 -08:00
devtoolsBackground.html refactor(*): basically change everything 2014-10-22 07:43:29 -07:00
devtoolsBackground.js fix(sidebarPane): shorten title 2014-12-11 13:53:24 -08:00
gulpfile.js chore(deps): use angular 1.3.6 from npm 2014-12-09 21:02:52 -08:00
hint.js docs(hint): add header 2014-10-24 07:03:56 -07:00
inject.js feat(instrumentation): do not enable by default 2014-12-10 10:34:09 -08:00
karma.conf.js test(travis): run unit tests on travis + saucelabs 2014-12-15 15:08:54 -08:00
LICENSE added license 2012-07-19 00:12:14 -07:00
loader.js fix(loader): create custom loader that is compatible with angular 1.2 and 1.3 2014-08-13 14:10:04 -07:00
manifest.json v0.7.4 2014-12-11 14:35:10 -08:00
package.json v0.7.4 2014-12-11 14:35:10 -08:00
README.md docs(readme): link to instructions on installing from src 2014-12-11 14:25:15 -08:00

AngularJS Batarang

Installing from the Web Store

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
  2. Navigate to chrome://chrome/extensions/ in Chrome
  3. If you've installed Batarang from the web store, disable or remove that version
  4. On the top right, check the checkbox for "Developer mode"
  5. Click "Load unpacked extension..."
  6. Select the directory where you extracted the extension
  7. Close and re-open any inspected tabs

Installing from Source

See the instructions in the contributing guide

License

MIT