Chrome Extension · v1.1.0

View source code
the way it should be

Stop squinting at plain, unstyled browser source. Source Code Viewer adds syntax highlighting and beautiful formatting to every page — right from the context menu.

Free & Open Source GPL-3.0 94 KB
view-source: example.com/index.html
1<!DOCTYPE html>
2<html lang="en">
3<head>
4  <meta charset="UTF-8">
5  <title>Example</title>
6</head>
7<body class="dark-theme">
8  <!-- Main Content -->
9  <div id="app">
10    <h1>Hello World</h1>
11  </div>
12</body>
13</html>

// screenshots & demo

See it in action

Watch the extension transform raw browser source into beautifully highlighted, readable code.

// context menu activation demo
Source Code Viewer screenshot 1
// syntax highlighted HTML source
Source Code Viewer screenshot 2
// Auto Formatting
Source Code Viewer screenshot 3
// Line wrapping
Source Code Viewer screenshot 4
// Multiple themes
Source Code Viewer screenshot 5
// Line numbers

// more screenshots available on the Chrome Web Store listing ↗


// features

Everything a dev
actually needs

Built for developers who spend time reading source code. No bloat, no tracking, no nonsense.

🎨

Syntax Highlighting

Automatic language detection with beautiful, readable colorization for HTML, CSS, JavaScript and more.

📐

Auto Formatting

Minified or unformatted source gets automatically indented and structured for maximum readability.

🖱️

Context Menu

Right-click any page and select "View Source" to instantly open the formatted viewer. No extra steps.

Toolbar Icon

One-click access directly from the Chrome toolbar — view the current page's source without leaving the tab.


Three ways to
view source

Simple, fast, and always available — exactly where you expect it.

01

Install the extension

Add Source Code Viewer from the Chrome Web Store. One click, no setup required.

02

Open any page

Navigate to any website. Right-click anywhere on the page and choose "View Page Source" from the context menu.

03

Read beautiful code

Source Code Viewer opens the page source with full syntax highlighting and clean formatting.

version
1.1.0
extension size
94 KB
languages
EN / FR
license
GPL-3.0

// get started

Ready to read code
the right way?

Free. Open source. No account needed. Install in seconds.

Add to Chrome — It's Free Source on GitHub