- Click on the extension icon and drag the slider to adjust the panning of the active tab.
- Double-click on the slider to reset the panning value.
- Alternatively, you can also click the "X" button next to the slider. This also closes the tabCapture stream, removing the "This tab's content is being shared" indicator on the tab.
- The current panning setting is displayed as a badge next to the icon.
- Click "Randomize" to randomly select either full left, full right, or no panning. Try to guess which one is selected using the buttons on the right. Your score is displayed below.
- Click the "Reset" button next to the score display to reset your score.
- Click the "Export current session" button to export your session data (what you answered as guesses while randomizing) as a JSON file.
Because we need to capture tab audio to pan it left and right, Chrome treats your tab as if it was being "shared" in some way, as in being shared in Google Meet or similar videoconferencing applications.
This has the side effect of making full-screen not take up the whole display, but rather, just the entire tab area, excluding the address bar and anything above that.
To stop this behavior, reset the panning value by pressing the "X" button next to the slider. This closes the tab capture stream which brings back the proper full-screen behavior.
Any help is appreciated to fix this issue!
Thanks to piousdeer for nearly all of the actual extension code written in this repository. Only minor changes have been made.
This extension includes some icons from Google's Material Design Icons, licensed under the Apache License 2.0, and some icons from the Ionicons icon set, licensed under the MIT License
The extension logo is a derivative work of some Ionicons icons, and is also licensed under the same MIT License.
This extension is not published in the Chrome Web Store as it is in development and is mainly an academic exercise. It is preferred to build the extension yourself.
- Clone this repository by running
git clone https://github.com/louie-github/chrome-per-tab-panning.git
- Run
yarn install && yarn run build
- Go to
chrome://extensions/
, enable Developer Mode, click on "Load unpacked", and select thedist
folder.
Alternatively, you can download a built version from the Releases page. Download the ZIP file, extract the "per-tab-panning" folder, and load that folder as an unpacked extension as described above in Step 3.