🤖 Testing Context Menu Actions
1. Select any portion of text in the cards below, right-click to open your browser's context menu, and locate the CodeSavvy action items.
2. Test AI text enhancements (Gemini) such as "Summarize", "Improve Tone", "Translate", or "Format Code".
3. Test text utilities such as case conversions (UPPERCASE, lowercase, camelCase, snake_case) and highlights.
Draft Email
Subject: extension update.
Hi team, i wanted to write to you that the new extension is ready but i got some issues to finish it on time. Can we do a call later today to check the timeline and talk about details? Let me know.
Messy JS Code
function c(t){let r = t.split(" ");
let o = ""; for(let i=0; i<r.length;i++){
o+=r[i].charAt(0).toUpperCase()+r[i].slice(1).toLowerCase()+" ";
} return o.trim();}
Draft Article Segment
AI tools are super cool because they help you do work fast. People like them because you do not have to write everything from scratch. It saves a lot of time.
Camel/Snake Case Candidate
Convert this plain text into camelCase or snake_case for developer coding variable assignments.
Upper/Lower Case Candidate
SELECT THIS TEXT TO TOGGLE BETWEEN ALL UPPERCASE LETTERS AND ALL LOWERCASE LETTERS INSTANTLY.
Text Highlighting
CodeSavvy extension includes an inline marker. Select any word or sentence in this box and select the Highlight Selection utility in the context menu to mark it.