OWN_Focus is a Chrome extension that gives students an all-in-one study workspace inside the browser: focus tools, quick productivity apps, and learning helpers in one side panel.
- Focus-oriented side panel experience
- Distraction-blocking and lock-in flow
- Built-in Pomodoro and stopwatch/timer tools
- Notes and to-do utilities
- PDF viewing support
- YouTube utility/player integration
- AI chat shortcuts for ChatGPT, Claude, and Gemini
- Desmos quick access
- Chrome Extension (Manifest V3)
- Vanilla JavaScript, HTML, CSS
manifest.json- extension configurationbackground.js- service worker logiccontent.js/content.css- page-level injected behavior and stylessidepanel.html/sidepanel.css/sidepanel.js- main UItools/- individual tool modules (notes, pomodoro, lock-in, etc.)icons/- extension icons and assetslib/- third-party browser libraries (PDF.js worker/files)
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select this project folder