Review of "Coverflow Alt-Tab" version 68

Details Page Preview

Replacement of Alt-Tab, iterates through windows in a cover-flow manner.

Extension Homepage
https://github.com/dsheeler/CoverflowAltTab

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection active
Good but having `this.destroyed` is a bad practice. Just remove that from line 76 and 962 `switcher.js` and also line 73 `manager.js`. You can simply do this in `manager.js`: ```js this.switcher?.destroy(); ```