Seiri is your ultimate personal productivity dashboard and job application tracker packaged perfectly into a browser extension. Stay on track with daily habits, manage Pomodoro sessions, track job applications directly from LinkedIn, and more!
- Personalized New Tab Dashboard: Replaces your default new tab with a focus-driven interface.
- Pomodoro Timer: Keep your focus sharp and log your completed focus sessions.
- Habit Tracker: Never miss a beat by tracking your daily goals and habits.
- Job Tracker: Seamlessly track and manage your job applications (with special LinkedIn support).
- Widgets & More: Weather, quotes, bookmarks, and everything you need without context switching.
You can easily install this extension without putting it on the Chrome Web Store by manually loading it.
- Download the Extension: Go to the Releases page of this GitHub repository and download the latest
seiri-v1.0.1.zipfile. - Extract the ZIP: Unzip the downloaded file to a permanent folder on your computer (e.g., inside your Documents folder).
- Open Extensions Page: Open your Chromium-based browser (Chrome, Edge, Brave) and type
chrome://extensions/(oredge://extensions/) in your address bar and press Enter. - Enable Developer Mode: In the top right corner of the Extensions page, turn on the Developer mode toggle.
- Load Unpacked Extension: Click the Load unpacked button that appears in the top left.
- Select Folder: Browse to the folder where you extracted the ZIP file (make sure you select the folder containing the
manifest.jsonfile) and select it. - Done!: The Seiri extension is now installed! Open a new tab to view your productivity dashboard, or click the extension icon in your toolbar to see the popup.
If you want to run the project locally or contribute:
- Node.js (v18+ recommended)
- npm or yarn
-
Clone the repository:
git clone https://github.com/devftkrshna/seiri.git cd seiri -
Install dependencies:
npm install
-
Run for local development (will start a Vite dev server):
npm run dev
-
Build the extension:
npm run build
This will generate a
seiri-extensionfolder containing the compiled extension files. -
Load the Extension into Chrome:
- Go to
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the newly generated
seiri-extentionfolder.
- Go to
- React (v19)
- Vite
- Dexie.js (IndexedDB wrapper for local storage)
- Tailwind CSS (for styling)
- Framer Motion (for smooth animations)
- Recharts (for data visualization)