WeSearch

I built PROOFER - Privacy first Chrome extension that proofreads your texts using Gemma 4

·5 min read · 0 reactions · 0 comments · 8 views
#technology#privacy#software
I built PROOFER - Privacy first Chrome extension that proofreads your texts using Gemma 4
⚡ TL;DR · AI summary

PROOFER is a privacy-focused Chrome extension designed to proofread text directly within various web platforms. It allows users to select text and receive proofreading suggestions without leaving their current tab, enhancing workflow efficiency. The extension supports multiple editing styles and prioritizes user privacy by enabling local model configurations.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1165714) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Samir Posted on May 24 I built PROOFER - Privacy first Chrome extension that proofreads your texts using Gemma 4 #devchallenge #gemmachallenge #gemma #javascript Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built I built PROOFER, a privacy first browser extension that helps me proofread text right where I am already typing, whether that is an email draft, a Discord message, a social post, or any other…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)