Skip to content

devtools DOM insights

Otis edited this page May 29, 2017 · 2 revisions

Developer Tools of canary in host mode devtools

Displayed as tab by canary running as CLIENT: http://localhost:9222/

Inspectable pages: chrome-devtools://devtools/bundled/inspector.html

  • contains: injected css styles as 2nd style sheet

  • think remaining stylesheet from css files under (no domain) default css with overrides from bundled/*.theme (when dark theme selected)

  • contains: <script type="text/javascript" src="inspector.js"></script>
    chrome.devtools API -- plus links to js files under bundled folder

  • devtools.html folder -- folder for each enabled extension

Clone this wiki locally