A Chrome/Edge Extension that switches Power Automate to the classic designer automatically or with one click. Perfect for developers who prefer the classic flow editor over the new v3 designer.
- One-click switch - Toggle between Classic and New Designer from the popup
- Auto-switch mode - Automatically redirects to the classic designer whenever you open a flow editor or view run history
- Works on both domains - Supports
make.powerautomate.comandflow.microsoft.com - Smart detection - Only activates on flow editor and run history pages
- Clone or download this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in the top right)
- Click Load unpacked and select the project folder
- The extension icon will appear in your toolbar
- Navigate to any Power Automate flow editor or run history page
- Click the extension icon to see the current designer status
- Click the button to switch between Classic and New Designer
- Toggle Auto-switch mode to automatically use the classic designer on every flow page
The extension appends ?v3=false to Power Automate flow URLs to force the classic designer view. In auto-switch mode, a background service worker monitors tab navigation and automatically redirects matching URLs.
https://make.powerautomate.com/.../flows/{flowId}https://flow.microsoft.com/.../flows/{flowId}- Flow run history:
.../flows/{flowId}/runs/{runId}
- Chrome Extension Manifest V3
- Vanilla JavaScript
- Chrome Storage API for persisting settings
MIT