Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 27 additions & 5 deletions main/Processor_Monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,37 @@ <h4>Official Web Browser Stores</h4>
<a hidden>Edge Add-ons</a>
<a hidden>Opera addons</a>
</section>
<section hidden>
<h4>Manual Extension Package Installation</h4>
<a href="packages/crx/processor_monitor/processor_monitor_12.0.2.0.crx">Chromium - Mv2 - CRXv3</a>
<section>
<h4>Manual Extension Packages</h4>
<a href="https://packages.danielherr.software/CRX/Processor_Monitor_12.0.2.0.crx">Chromium - Mv2 - CRXv3</a>
<br>
<a href="packages/crx/processor_monitor/processor_monitor_12.0.3.0.crx">Chromium - Mv3</a>
<a href="https://packages.danielherr.software/CRX/Processor_Monitor_12.0.3.0.crx">Chromium - Mv3</a>
<br>
<a href="packages/crx/processor_monitor/processor_monitor_12.0.3.1.crx">Chrome Web Store</a>
</section>
</section>
<section>
<h3>Changelog</h3>
<ol reversed>
<li>
<h4>12.0 - March 12, 2026</h4>
<ul>
<li>Added icon popup UI surface with detailed CPU information</li>
<li>Split color settings into light and dark themes</li>
<li>Removed integration with Monitor Panel</li>
<li>Removed high CPU usage notifications</li>
<li>Removed in-page infobar UI surface</li>
<li>Published extension in Edge and Opera stores</li>
<li>Licensed extension as GPLv3</li>
</ul>
</li>
<li>
<h4>11.1 - March 18, 2025</h4>
<ul>
<li>Manifest version 3 migration of extension in Chrome Web Store</li>
<li>Removal of shelf icon UI surface only supported on obsolete versions of Chrome OS (< 54)
</li>
Comment on lines +62 to +63

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The HTML for this list item is malformed, which results in invalid HTML that may not render as expected. Specifically:

  • The < character should be escaped as &lt;.
  • The <li> element on line 62 is not closed.
  • The <ul> element from line 60 is not closed.
  • The </li> on line 63 is misplaced.

My suggestion below fixes these issues. You will need to add a closing </li> tag after the </ul> to close the list item that starts on line 58.

                    <li>Removal of shelf icon UI surface only supported on obsolete versions of Chrome OS (&lt; 54)</li>
                </ul>

</ol>
</section>
</main>
<address>
If you are experiencing a problem and would like help, you can ask on
Expand Down
Loading