GoogleDrive-Web2Win is a Chrome extension that allows you to open your currently viewed Google Drive folder directly in standard Windows Explorer. This bridges the gap between the web interface and your local file system, making file management seamless.
- Adds a button to the Google Drive web interface.
- Opens the corresponding folder on your local drive (mounted via Google Drive for Desktop).
- OS: Windows 10/11
- Google Drive for Desktop installed and running.
- Python 3.x installed (make sure to add Python to PATH).
- Download or clone this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top right).
- Click Load unpacked.
- Select the
extensionfolder from this repository. - Copy the generated Extension ID (you will need this for the next step).
- Navigate to the
native_hostfolder in this repository. - Double-click
install_host.bat. - When prompted, paste the Extension ID you copied earlier and press Enter.
- The script will register the native messaging host required for the extension to communicate with Windows.
- Click on the icon of the extension on browser action bar.
- A popup will open where you can select the disk letter that Google Drive uses on your system.
- Open Google Drive in Chrome.
- Navigate to any folder.
- Click the
icon. - The folder should open in a new Windows Explorer window.