WeSearch

Fixing your writing tone with a Chrome extension

·5 min read · 0 reactions · 0 comments · 15 views
#writing#productivity#chrome#technology#communication
Fixing your writing tone with a Chrome extension
⚡ TL;DR · AI summary

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.

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 === 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).

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

Discussion

0 comments

More from DEV.to (Top)