Relax the Kax replaces your Chrome new tab with a daily photo, the Jira tickets assigned to you, and today's Google Calendar — all on one focused page.
Overrides the default Chrome new tab so every new tab starts focused, not cluttered.
Shows tickets assigned to you, filtered by status — In Progress, To Do, In Review, Code Review, Blocked, Done Today.
OAuth via chrome.identity. Lists today's events with location and video-call link detection. Auto-refresh every 5 minutes.
Random photo from Picsum, cached for the day. One-click refresh when you want a new view.
Jira credentials are encrypted with AES-GCM via the Web Crypto API, per-profile salt, before they touch chrome.storage.sync.
Optional display name kept in sync storage. Small touch, but the page feels yours.
git clone https://github.com/LekovicMilos/relax-the-kax.git
cd relax-the-kax
npm install
npm run build
chrome://extensions, toggle on Developer mode, click Load unpacked, and select the dist/ folder.