Explorer Browser
Extension Marketplace | .vsix Installer | 简体中文 | English
A lightweight VSCode extension that allows you to browse web content directly within VSCode's explorer view.

Features
- 🌐 Open web pages directly in VSCode explorer
- 🔄 Support basic browser operations (forward, back, refresh)
- 🔒 Configurable focus lock indicator
- 🔗 Open current page in external browser
- 📱 Responsive interface design
Installation
There are two ways to install Explorer Browser:
Install from VSCode Extension Marketplace:
- Search for "Explorer Browser" in the VSCode extension marketplace, or
- Use the following command:
code --install-extension eric-gitta-moore.explorer-browser
Manual Installation:
- Download the .vsix file from the Releases page
- In VSCode, go to Extensions view (Ctrl+Shift+X)
- Click the ... (More Actions) button at the top of the Extensions view
- Select "Install from VSIX..."
- Choose the downloaded .vsix file
Usage
- Type
Explorer Browser: Open URL in the VSCode command palette or use the shortcut to open the URL input box
- Enter the URL you want to visit (default is example.com)
- The webpage will open in the explorer view
- Use the toolbar buttons for navigation:
- Back
- Forward
- Refresh
- Open in external browser
Configuration
The following options can be configured in VSCode settings:
explorerBrowser.focusLockIndicator.enabled : Enable/disable focus lock indicator (default: false)
explorerBrowser.hiddenAddressBar : Show/hide the address bar at the top of the browser (default: false)
Development
Requirements
- VSCode ^1.97.0
- Node.js
- pnpm
Local Development
- Clone the repository
git clone https://github.com/eric-gitta-moore/vscode-explorer-browser.git
- Install dependencies
pnpm install
- Open the project in VSCode and press F5 to start debugging
License
MIT
Author
Eric Moore
Reference
| |