electron-devtools-vendor
Version:
<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r
10 lines (7 loc) • 401 B
JavaScript
/*global chrome*/
/**
* Run when devtools.html is automatically added to the Chrome devtools panels.
* It creates a new pane using the panes/index.html which includes EmberInspector.
*/
var panelWindow, injectedPanel = false, injectedPage = false, panelVisible = false, savedStack = [];
chrome.devtools.panels.create("Ember", "panes-3-16-0/assets/svg/ember-icon.svg", "panes-3-16-0/index.html");