One windows circle with Alt+tab. Another one with Super+Tab. Keyboard shortcuts see on screenshots
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
extension.js:169
this._appSystem = Shell.AppSystem.get_default()
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:176
this._settings.connect('changed', this._updateAppConfigs.bind(this))