A lightweight browser extension for instant access to your favorite websites through a retro-styled overlay dashboard.
- Quick Launch:
Cmd+Shift+Y(Mac) /Ctrl+Shift+Y(Windows/Linux) - Smart Categories: AI Tools, Databases, Social, Shopping, Coding & more
- Universal Search: Real-time filtering across all apps
- Draggable & Resizable: Position anywhere on screen
- Auto-Save: Changes persist automatically
- Zero Conflicts: Shadow DOM isolation
| Category | Apps |
|---|---|
| AI Tools | ChatGPT, Claude, DeepSeek, Gemini, Grok |
| LLM | Ollama |
| Coding | LeetCode |
| OpenSource | GitHub, Stack Overflow, SourceForge |
| Social | YouTube, LinkedIn, WhatsApp, Facebook, Instagram, Twitter, Reddit |
| Shopping | Amazon, Flipkart, Myntra, Meesho, Blinkit |
| DataBase | Firebase, MongoDB, Supabase, PostgreSQL, PlanetScale |
| Model Hubs | CivitAI, Hugging Face |
-
Clone the repository
git clone https://github.com/avdeshjadon/WebIn.git
-
Open
chrome://extensions/in Chrome -
Enable Developer Mode
-
Click Load unpacked and select the WebIn folder
- Add Category: Click + button in search bar
- Add App: Click + card in any category
- Edit App: Hover on card → click menu (⋮)
- Delete: Use trash icon for categories, menu for apps
- Search: Type to filter across all categories
- Resize: Drag bottom-right corner
- JavaScript (ES6+)
- Chrome Extension Manifest V3
- Shadow DOM for style isolation
- chrome.storage for persistence
WebIn/
├── js/
│ ├── config.js # Default tabs & apps
│ ├── state.js # State management
│ ├── ui.js # UI rendering
│ ├── modals.js # Modal dialogs
│ ├── events.js # Event handlers
│ ├── tabs.js # Tab management
│ ├── styles.js # CSS styles
│ ├── styles2.js
│ ├── styles3.js
│ └── inject.js # Main entry point
├── images/ # Extension icons
├── background.js # Service worker
├── manifest.json # Extension config
└── LICENSE # Proprietary license
All Rights Reserved - This software is proprietary. No permission is granted to use, copy, modify, or distribute without explicit written consent from the copyright holder.
See LICENSE for details.
Avdesh Jadon
- GitHub: @avdeshjadon
- LinkedIn: Avdesh Jadon
- Email: theavdeshjadon@gmail.com
© 2024-2026 Avdesh Jadon. All Rights Reserved.