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
2015-03-06 12:25:02 +01:00
config test(travis): run unit tests on travis + saucelabs 2014-12-15 15:08:54 -08:00
dist inject $injector to window 2015-03-06 12:25:02 +01:00
example chore(deps): use angular 1.3.6 from npm 2014-12-09 21:02:52 -08:00
img feat(pageAction): show page action when instrumentation is active 2014-12-22 00:29:56 -08:00
panel style(json-tree.spec): add missing semicolon 2014-12-22 00:30:11 -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 feat(pageAction): show page action when instrumentation is active 2014-12-22 00:29:56 -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 inject $injector to window 2015-03-06 12:25:02 +01: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 fix(background): handle refresh better 2014-12-21 19:13:16 -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 Added the icon for chrome://extensions 2015-01-22 18:33:07 -08:00
package.json v0.7.4 2014-12-11 14:35:10 -08:00
README.md docs(readme): add travis badge 2014-12-15 15:08:54 -08:00

AngularJS Batarang

Build Status

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