Biyo
Biyo is a browser extension for rapid prototyping that allows you to inject Vue.js or React applications into any existing webpage.
As of June 2026, Biyo has 14 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.
Usersdown 6.7 percent−6.7%
14
14
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.2.0
Manifest V3
History
4 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 15 | 5.00 | 1 | 1.2.0 |
| Apr 21, 2026 | 14 | 5.00 | 1 | 1.2.0 |
| May 6, 2026 | 17 | 5.00 | 1 | 1.2.0 |
| Jun 4, 2026 | 16 | 5.00 | 1 | 1.2.0 |
| Now | 14 | 5.00 | 1 | 1.2.0 |
Permissions & access
- Permissions
- activeTabscripting
- Host access
- None declared
Screenshots
About
Biyo is a browser extension for rapid prototyping that allows you to inject Vue.js or React applications into any existing webpage. Inspired by the Chinese idiom 比翼双飞 (bǐ yì shuāng fēi), meaning "to soar together as one," Biyo enables developers to seamlessly extend web applications with modern frameworks—without altering the original codebase.
## Key Benefits
- **Rapid Prototyping**: Test new features directly in production environments without deployment
- **Framework Freedom**: Use Vue or React regardless of the target site's technology stack
- **Non-Invasive**: Add functionality without modifying the original application's code
- **Instant Feedback**: See your changes immediately with hot module replacement
- **Production Testing**: Validate ideas in the actual user interface before full implementation
## Usage
1. Have your Vue or React app running with Vite (typically at `http://localhost:5173`)
2. Click the Biyo icon in your browser toolbar
3. Configure the injection:
- **Target Element**: CSS selector for where to inject (e.g., `#sidebar`, `.content`)
- **Mount Strategy**: How to inject your app:
- `before`: Insert before the target
- `append`: Add to the end of target
- `prepend`: Add to the beginning of target
- `replace`: Replace target's contents
- **Vite URL**: Where your app is served (default: `http://localhost:5173`)
4. Click "Save" and your app will be injected!
> **Auto-Injection**: Once configured, Biyo will automatically inject your app whenever you visit a page where the target element exists, as long as the extension is enabled and your Vite server is running. No need to click the icon each time!
## Framework Detection and Required Mounting Methods
Biyo automatically detects whether you're using Vue or React, but **requires specific mounting functions** in your application:
### For Vue Apps (in main.js)
```javascript
// Export a mountVueApp function that accepts a container element
window.mountVueApp = element => {
const app = createApp(App)
app.mount(element)
return app
}
```
### For React Apps (in main.jsx)
```javascript
// Export a mountReactApp function that accepts a container element
window.mountReactApp = container => {
const root = ReactDOM.createRoot(container)
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
)
return root
}
```
> **Important**: These specific mounting functions are required for Biyo to work properly. They allow the extension to control where and when your app is mounted, and to clean it up properly when needed.
## Development Tips
- Use scoped styles and prefix your CSS classes to avoid conflicts
- Use explicit colors and styles to ensure consistency
- The extension preserves the host page's styles
- For Vue apps, use the class prefix `biyo-`
- For React apps, use the class prefix `biyo-react-`Technical
- Version
- 1.2.0
- Manifest
- V3
- Size
- 28.82KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- dlnpignblancgpkbjejoghgpaknblhhe
- Developer ID
- u010c58f8c966779ce7f0576936e09a37
- Developer Email
- [email protected]
- Created
- Mar 16, 2025
- Last Updated (Store)
- May 5, 2025
- Last Scraped
- Jun 4, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to Biyo, ranked by description similarity.
React-DomPicker
Click any UI element to instantly jump to its React source code in VS Code. Perfect for React + Tailwind + ShadCN projects.
542
★ 5.0
aside
A modular browser extension for developers
7
JSX Element Inspector
Extract JSX code from any HTML element on any webpage. Perfect tool for React developers to convert HTML to JSX instantly.
19
Chrome Extension with React
A chrome extension boilerplate built with Manifest V3, Webpack 5, React 18
12
Yi Web App Launcher
Transform any website into a sleek, app-like window for focused browsing and productivity!
82
Branch Injector
Inject branch names into iframe URLs based on domain-specific settings. Perfect for developers managing multiple environments.
15
Jiro Components
AI-ready design library for Vibe Coder. Build premium websites in few minutes.
22
Blitzify - StackBlitz Extension
StackBlitz Extension
101
★ 5.0
Data sourced from the Chrome Web Store · last verified Jun 4, 2026.