AngularJS WebInspector Extension for Chrome
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Chakib Benziane a2f6528268 inject $injector to window 9 years ago
config test(travis): run unit tests on travis + saucelabs 9 years ago
dist inject $injector to window 9 years ago
example chore(deps): use angular 1.3.6 from npm 9 years ago
img feat(pageAction): show page action when instrumentation is active 9 years ago
panel style(json-tree.spec): add missing semicolon 9 years ago
scripts test(travis): run unit tests on travis + saucelabs 9 years ago
.gitignore chore(gitignore): ignore package dir 9 years ago
.travis.yml test(travis): run unit tests on travis + saucelabs 9 years ago
CONTRIBUTING.md docs(contributing): update build and release docs 9 years ago
LICENSE added license 12 years ago
README.md docs(readme): add travis badge 9 years ago
background.js feat(pageAction): show page action when instrumentation is active 9 years ago
devtoolsBackground.html refactor(*): basically change everything 10 years ago
devtoolsBackground.js inject $injector to window 9 years ago
gulpfile.js chore(deps): use angular 1.3.6 from npm 9 years ago
hint.js docs(hint): add header 10 years ago
inject.js fix(background): handle refresh better 9 years ago
karma.conf.js test(travis): run unit tests on travis + saucelabs 9 years ago
loader.js fix(loader): create custom loader that is compatible with angular 1.2 and 1.3 10 years ago
manifest.json Added the icon for chrome://extensions 9 years ago
package.json v0.7.4 9 years ago

README.md

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