MCPcopy Index your code
hub / github.com/philc/vimium / initializeExtension

Function initializeExtension

background_scripts/main.js:890–893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

888}
889
890async function initializeExtension() {
891 await Settings.onLoaded();
892 await Commands.init();
893}
894
895// The browser may have tabs already open. We inject the content scripts and Vimium's CSS
896// immediately so that the extension is running on the pages immediately after install, rather than

Callers 1

main.jsFile · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected