
I built a Jarvis AI Chrome extension that can automate browser actions
Title How I Built a Jarvis AI Chrome Extension That Automates the Browser Article Browsers haven't changed much in terms of productivity. Most of the time we still manually open websites, search for things, and switch between tabs. I wondered if the browser itself could act more like an assistant instead of just a tool. So I built Jarvis, a Chrome extension that adds an AI assistant directly inside the browser. The goal was simple: Make Chrome smarter and automate common browsing tasks. What the Extension Can Do Jarvis is designed to perform small “agent-like” actions inside the browser. For example: • Open websites automatically • Search YouTube videos • Summarize webpages • Suggest useful actions based on the page content Instead of clicking through menus or typing searches manually, you can interact with the assistant panel. Architecture of the Extension A Chrome extension is made of several core parts. Manifest File The manifest.json file defines how the extension works and what pe
Continue reading on Dev.to Webdev
Opens in a new tab




