Fixing your writing tone with a Chrome extension
A new Chrome extension called BeLikeNative helps users adjust their writing tone in real-time. It offers suggestions for making informal language more formal, which is particularly useful for professional communication. The extension is designed to work seamlessly within various text fields and applications, enhancing writing clarity and appropriateness.
- ▪BeLikeNative is a free Chrome extension that provides real-time grammar and writing assistance.
- ▪The extension allows users to highlight text and receive suggestions for more formal alternatives.
- ▪It can be used in various applications, including Google Docs and WhatsApp Web, without needing to switch contexts.
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 === 3810024) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Michael Lip Posted on May 27 • Originally published at belikenative.com Fixing your writing tone with a Chrome extension #productivity #writing #beginners #chrome I've sent more emails than I'd like to admit where the tone was just wrong. Too casual for a client. Too stiff for a teammate. Full disclosure: I built BeLikeNative, a free Chrome extension for real-time grammar and writing help. Take my perspective accordingly.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).