A draggable in-page debug console with dark and light themes. View logs, errors, and warnings instantly without opening DevTool perfect for faster debugging, testing, and monitoring with zero window clutter.
- Clone the repository:
git clone https://github.com/mrepol742/floating-console-extension.git --depth 1
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" using the toggle in the top right corner.
- Click "Load unpacked" and select the cloned repository folder.
- The extension should now be installed and the floating console will appear on any webpage.
- Click the console icon in the top right corner of the page to toggle the console visibility.
- Use the console to view logs, errors, and warnings in real-time as you interact with the webpage.
Use these shortcuts to control the in-page debug console without opening DevTools.
Show or hide the debug console instantly.
- Windows / Linux:
Ctrl + Shift + Y - macOS:
Command + Shift + Y
Switch between docked and floating panel modes.
- Windows / Linux:
Ctrl + Shift + U - macOS:
Command + Shift + U
You can change these shortcuts anytime:
- Open
chrome://extensions/shortcuts - Find the extension
- Assign your preferred key combinations
Tip: Choose shortcuts that don’t conflict with your workflow or other extensions.
This project is licensed under the MIT License - see the LICENSE file for details.
