A Chrome extension that transforms web pages with themed styles and includes a Pomodoro timer for productivity.
Recent enhancements to the Pomodoro timer widget include improved visual design and expanded functionality. The timer text now displays in white across all themes for better readability. The medieval theme has been updated with lighter, more refined color tones. Dark mode styling has been removed to maintain consistent appearance across different system preferences.
New productivity features have been added to the timer widget. A session counter tracks completed focus periods throughout your work session. The timer now automatically alternates between 25-minute focus sessions and 5-minute break periods. A visual progress bar provides real-time feedback on remaining time. Users can skip between focus and break sessions using the new skip button. Audio notifications alert users when transitioning between modes.
- Theme Transformation: Apply Medieval or Kawaii themes to any webpage
- Mood Modifiers: Choose from Adventurous, Nostalgic, Mysterious, or Energetic moods
- Pomodoro Timer: Built-in 25-minute focus timer with draggable widget (Press Ctrl + Shift +R if the pop out feature is not working properly.)
- Session Tracking: Monitor completed focus sessions with automatic session counter
- Break Management: Automatic 5-minute breaks after each focus session
- Progress Visualization: Real-time progress bar showing time remaining
- Session Control: Skip between focus and break periods as needed
- Download pastapomodoro.crx
- Open Chrome and go to
chrome://extensions - Enable "Developer mode" (top right)
- Drag and drop the .crx file onto the extensions page
- Download pastapomodoro.zip
- Unzip the folder
- Open Chrome and go to
chrome://extensions - Enable "Developer mode" (top right)
- Press on "Load Unpacked" (top left)
- And select the unzipped 'pastapomodoro' folder
Click the extension icon to open the popup:
- Timer Tab: Start/pause/reset Pomodoro timer, pop out to page
- Transform Tab: Select theme and mood, apply to current page
- Random Adventure: Apply random theme combination
- Stop All Effects: Remove all transformations
npm install
npm run buildd- React + TypeScript
- Vite
- Chrome Extension Manifest V3
public/
manifest.json
background.js
content.js
content.css
src/
popup.tsx
popup.css
stats.ts
dist/
s
dist/
Transforms webpages into ancient parchment scrolls with a royal aesthetic.
- Background: Warm parchment color with subtle texture pattern
- Typography: Crimson Text and Garamond serif fonts
- Color Scheme: Rich browns and warm earth tones
- Special Effects: Sword emojis on headings, medieval vocabulary injections
- Widget Style: Lighter tan gradient header with refined brown buttons
Brings cute anime aesthetics with playful pink tones to any webpage.
- Background: Light pink with decorative dot patterns
- Typography: Comic Sans MS with emoji support
- Color Scheme: Hot pink, light pink, and purple accents
- Special Effects: Sparkle emojis on headings, random cute emoji injections
- Widget Style: Pink gradient header with vibrant pink buttons
- Visual Features: Rounded corners on all buttons
Mood modifiers alter the typography and font styling across all themes:
- Font: Impact and Arial Black
- Style: Bold weight for dramatic emphasis
- Font: Georgia and Times New Roman
- Style: Italic formatting for classic feel
- Font: Garamond and Palatino
- Style: Increased letter spacing for enigmatic appearance
- Font: Verdana and Trebuchet MS
- Style: Semi-bold weight for dynamic presence
MIT