amasad / debug_utils

Advanced JavaScript Debugging Utility Library
642 stars 37 forks source link

Chrome extension: option to directly install globally #9

Closed DamianFekete closed 10 years ago

DamianFekete commented 10 years ago

With #6 already implemented :) , it would be nice to have an option in the chrome extension to install globally by default.

amasad commented 10 years ago

yeah I think global by default is the way to go. Chrome plugged the hack that I'm using to extend the command line API, so there is no way around but to do it globally. We'll have to do it safely, as in to abort if there are conflicting global vars. Thoughts?