View Source Copier is a lightweight Chrome extension that allows you to copy the full HTML source code of any web page with just one click. Perfect for developers, testers, or anyone who needs quick access to the complete page source.
- Copy the entire HTML content of the active tab instantly.
- Simple and user-friendly popup interface.
- Supports all websites (
<all_urls>permission). - Lightweight with minimal permissions for security.
- Displays a toast notification on success or failure.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (top right toggle).
- Click Load unpacked and select the extension folder.
- The extension will load and the icon will appear in the toolbar.
- Click the extension icon in your Chrome toolbar.
- Click the GET button.
- The full HTML source of the current tab is copied to your clipboard.
- A notification toast will inform you if the copy was successful or if it failed.
To keep the extension icon visible in your Chrome toolbar:
- Click the Extensions (puzzle piece) icon near the address bar.
- Find View Source Copier in the dropdown list.
- Click the pin icon next to it.
- The icon will now stay permanently visible on the toolbar for easy access.
scripting: Injects scripts to extract page source.activeTab: Access to the active tab to read its contents.clipboardWrite: Write to the system clipboard.<all_urls>: Works on any website URL.
Kyaw Thet Naing
kyawthet.com
MIT License © 2025 Kyaw Thet Naing
Feel free to submit issues or pull requests to improve this extension!
- Built with Chrome Extensions Manifest V3
- Inspired by common developer needs to quickly access page source