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
Brian Ford 60bdec9949 docs(contributing): update build and release docs 10 years ago
dist v0.7.2 10 years ago
example chore(deps): use angular 1.3.6 from npm 10 years ago
img chore(img): add src for logos 10 years ago
panel fix(enableInstrumentation): sync instrumentation status 10 years ago
.gitignore chore(gitignore): ignore package dir 10 years ago
CONTRIBUTING.md docs(contributing): update build and release docs 10 years ago
LICENSE added license 12 years ago
README.md docs(readme): explain how to install previous versions 10 years ago
background.js fix(background): flush buffer on devtools connect 10 years ago
devtoolsBackground.html refactor(*): basically change everything 10 years ago
devtoolsBackground.js fix(sidebarPane): shorten title 10 years ago
gulpfile.js chore(deps): use angular 1.3.6 from npm 10 years ago
hint.js docs(hint): add header 10 years ago
inject.js feat(instrumentation): do not enable by default 10 years ago
karma.conf.js chore(deps): use angular 1.3.6 from npm 10 years ago
loader.js fix(loader): create custom loader that is compatible with angular 1.2 and 1.3 10 years ago
manifest.json v0.7.3 10 years ago
package.json v0.7.3 10 years ago

README.md

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

License

MIT