π‘ Inspiration
The idea for Page Digest came from the everyday problem of information overload...
We wanted to build a simple yet powerful Chrome extension that provides instant summaries using the built-in Summarizer API.
βοΈ What It Does
Page Digest automatically summarizes any webpage with a single click.
- Works instantly with one click
- Runs fully on-device (no external servers)
- Keeps your data 100% private
- Helps users grasp the essence of long content quickly
π§© How We Built It
We built it using core web technologies and the Chrome Extensions Framework:
manifest.json β defines permissions and config
popup.html β builds the user interface
popup.js β handles logic and Summarizer API
π§ Challenges We Ran Into
- Integrating the Summarizer API across different pages
- Maintaining accuracy of summaries
- Managing async operations in popup scripts
- Designing a clean UI in limited popup space
π Accomplishments
- Functional prototype summarizing pages in one click
- Private on-device summarization
- Minimalist UI for all users
- Mastered Chrome extension workflow
π What We Learned
- Using Chromeβs built-in Summarizer API
- Understanding Chrome extension structure
- Managing async tasks and permissions
- User-centric productivity design
π Whatβs Next
- Multi-language support
- Customizable summary length
- Voice summaries for accessibility
- Save/export summaries
- Expand to mobile/web app
π§ Built With
manifest.json, popup.html, popup.js, Chrome Summarizer API
π©βπ» Creator
Participant: First-time Hackathon Developer
Hackathon: Google Chrome Built-in AI Challenge 2025