gitextract_3ymtj5jn/ ├── .editorconfig ├── .gitignore ├── README.md ├── assets/ │ ├── css/ │ │ └── tab-switcher.css │ └── lib/ │ ├── jquery.js │ ├── keymaster.js │ └── sanitize-html.js ├── background.js ├── manifest.json └── tab-switcher.js