A powerful Ai task manager powered by Google's Gemini Nano (Chrome's built-in AI) and Gemini Flash Models.
- 🤖 Dual AI Models:
- Gemini Nano (Chrome's built-in AI) for quick, local analysis
- Gemini Flash for more detailed insights
- Real-time Process Monitoring
- AI-Powered Performance Insights
- Natural language queries about system status
- Automated performance reports
- Contextual recommendations for optimization
- Clone the repository
- Run
npm install
- Run
npm run build
- Load the unpacked extension in Chrome
- Enable the origin trial in Chrome flags and select bypassPerfR Enables optimization guide on device.
- Download the model in chrome components.
Visit Gemini built-in Prompt API documentation for more details here: https://developer.chrome.com/docs/extensions/ai/prompt-api .
- Node.js (v14 or higher)
- Chrome Browser (with AI Origin Trial enabled)
- API keys (for Gemini Flash model)
- Create a
.env
file and add your API keys:GEMINI_API_KEY
: Your Gemini API keyGEMINI_FLASH
: 'gemini-1.5-flash'
- Update the trial token in
manifest.json
(line 10) after enabling the origin trial in Chrome flags and getting the token from Chrome origin trial matched with the extension's ID.
This extension requires the following permissions:
processes
: Monitor Chrome processessystem.cpu
: Access CPU usage datasystem.memory
: Access memory usage dataaiLanguageModelOriginTrial
: Use Chrome's built-in AIstorage
: Store process logstabs
: Access tab informationwebRequest
: Monitor network requestshistory
: Access browsing history for context