I have this code for a Chrome Extension
chrome.tabs.create({url: chrome.extension.getURL('dist/index.html')});
is there an option I can add to this call, so that Dev Tools is automatically opened when the tab is created?
looks like there is a command line flag for a Chrome for a new window:
--auto-open-devtools-for-tabs
but not sure if this applies for single tabs