A minimalist Chrome new tab extension designed for developers with customizable shortcuts, quick search, and bookmark integration.
- Modern Dark Theme with neon accents
- Multi-Search Engine Support
- Quick Shortcuts with favicon auto-detection
- Recent Bookmarks Display
- Keyboard Navigation
- Filter Tags for search refinement
- Clone this repository
git clone https://github.com/yourusername/dev.search.git- Open Chrome Extensions
- Navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the project directory
- Type in the search bar and press Enter for Bing search
- Click engine icons for specific search engines
- Use filter tags to refine searches
- Click
+to add new shortcut - Enter URL (required)
- Icon URL (optional - auto-detects favicon)
- Add description
- Navigate form with Tab/Enter
- Press Enter to save
- Shows 12 most recent Chrome bookmarks
- Click to visit
- Long-press to copy URL
Tab/Enter: Navigate shortcut formEnter: Submit searchEnter: Save new shortcut
Edit theme colors in styles.css:
:root {
--background-color: #191e29;
--primary-color: #01c38d;
--canvas-color: #132d46;
--shade: #696e79;
}Required permissions in manifest.json:
"permissions": [
"storage",
"bookmarks",
"tabs"
]- Fork the repo
- Create feature branch
- Commit changes
- Push to branch
- Submit Pull Request
Open an issue with:
- Expected behavior
- Actual behavior
- Steps to reproduce
- Chrome version
