You can decode a Base64 string right in Chrome’s address bar, no extension or website needed.
How to Decode a Base64 String
- Open a new tab.
- Click the address bar and type data:text/plain;base64, followed by your encoded string, with no space in between.
- Press Enter.
For example: data:text/plain;base64,SGV5IGd1eXMhIEhvcGUgeW91J3JlIGRvaW5nIHdlbGwu
Quick Tips
- This trick also works in Firefox, Edge, and Safari since it relies on the data URI standard, not a Chrome-specific feature.
- If the string contains special characters and doesn’t decode cleanly, try a dedicated online Base64 tool instead.
Now you can decode Base64 text in seconds without installing anything or visiting a separate website.

Leave a Reply