Show the top bar (panel) on demand while having full screen content on (like a YouTube video). Just hover the mouse cursor to the top of the screen, and the panel will show up. This way, you can quickly check the time, or swich some toggles. This is similar to what macOS offers for full screen apps. This extension is incompatible with Blur My Shell extension.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Active |
13 | Rejected |
12 | Rejected |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Rejected |
5 | Active |
4 | Rejected |
3 | Active |
2 | Active |
1 | Active |
Nothing in extension.js needs to be exported other than `PeekTopBarOnFullscreenExtension` (the default export). So it will be much better to use export default in line 321 instead of line 384.
True, but that would require me to tinker a bit more with bundler, not sure if there'd even be a way to change that.