Last updated: April 14, 2026
Simple JSX Viewer is a Chrome extension that previews JSX components entirely within your browser. It is built with privacy as a core principle.
Simple JSX Viewer does not collect, store, transmit, or share any personal data or browsing information. Specifically:
The extension requests no browser permissions. It cannot access your tabs, browsing history, bookmarks, or any other browser data.
Simple JSX Viewer operates fully offline. All libraries (React, ReactDOM, Sucrase) are bundled within the extension. The only network request the extension ever makes is when you explicitly paste a URL and click Load to fetch a remote JSX file. No data is sent to any server in that process — the extension only downloads the file you requested.
JSX code you load is transpiled and rendered inside a sandboxed iframe that is isolated from the extension context and your browser. Your code never leaves your machine.
This extension uses no third-party services, APIs, CDNs, or external resources.
If this policy is ever updated, the changes will be reflected on this page with an updated date.
If you have questions about this policy, you can open an issue on the GitHub repository.