Skip to content
Merged
Show file tree
Hide file tree
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
61 changes: 61 additions & 0 deletions forms/Uninstalled/System_Monitor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<link rel="stylesheet" href="../main.css">
<link rel="stylesheet" href="uninstalled.css">
<title>Uninstallation Feedback - System Monitor - Daniel Herr Software</title>
<link rel="icon" href="https://danielherr.software/images/system_monitor_32.png">
</head>
<body>
<header>
<h1>
<a href="https://danielherr.software">Daniel Herr Software</a>
</h1>
<h2>System Monitor Uninstallation Feedback</h2>
</header>
<p>If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</p>
<form name="Uninstalled System Monitor" method="post" action="/Uninstalled/Submitted" netlify>
<fieldset>
<legend>What was the reason for uninstalling?</legend>
<label>
<input type="radio" name="reason" value="unneeded">no longer needed
</label>
<label>
<input type="radio" name="reason" value="alternative">found a better alternative
</label>
<label>
<input type="radio" name="reason" value="bugs">experienced bugs or problems
</label>
<label>
<input type="radio" name="reason" value="other">another reason
</label>
</fieldset>
<label>
How satisfied overall were you with System Monitor?
<input type="range" name="satisfaction" max="10" list="satisfaction">
<datalist id="satisfaction">
<option value="0">unsatisfied</option>
<option value="10">satisfied</option>
</datalist>
</label><br>
<label>
Have you experienced any specific problems?<br>
<textarea name="problems"></textarea>
</label><br>
<label>
Do you have any suggestions for improvements that could be made?<br>
<textarea name="improvements"></textarea>
</label><br>
</label>
Comment on lines +52 to +53
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

There is a redundant closing </label> tag on line 53. Removing it ensures the HTML is well-formed and prevents potential rendering issues.

			</label><br>

<label>
Email (if a reply is desired):
<input type="email" name="email" size="40">
</label><br>
<button type="submit">Submit Feedback</button>
</form>
</body>
</html>
63 changes: 63 additions & 0 deletions main/System_Monitor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="details.css">
<link rel="icon" href="images/system_monitor_32.png">

<title>System Monitor - Daniel Herr Software</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/System_Monitor">
<meta name="description" content="System Monitor is a Chrome App which Provides CPU, RAM, display, network, and battery information.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/system_monitor_32.png" alt="" width="32" height="32">
System Monitor
</h2>
</header>
<main>
<p>Provides CPU, RAM, display, network, and battery information.</p>
<section>
<h3>Installation Options</h3>
<section>
<h4>Official Web Browser Store</h4>
<a href="https://chrome.google.com/webstore/detail/gaodmenekccdomeicdoldgdpcemlgiag">Chrome Web Store</a>
<br>
</section>
<section>
<h4>Manual Extension Packages</h4>
<a href="https://packages.danielherr.software/CRX/System_Monitor/System_Monitor_4.0.2.0.crx">Chromium - CRXv3</a>
<br>
<a href="https://packages.danielherr.software/CRX/System_Monitor/System_Monitor_CWS_4.0.2.1.crx">Chrome Web Store</a>
<br>
</section>
</section>
<section>
<h3>Changelog</h3>
<ol reversed>
<li>
<h2>4.0 - May 8, 2026</h2>
<ul>
<li>Rename from Monitor Panel</li>
<li>Added full view UI surface with detailed CPU, RAM, battery, display, and network information</li>
<li>Moved settings directly into app instead of relying on Memory/Processor Monitor extensions settings</li>
<li>Combined CPU and RAM floating panels and added battery</li>
<li>Licensed app as GPLv3</li>
</ul>
</li>
</ol>
Comment on lines +43 to +54
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The indentation of the changelog section is inconsistent with the rest of the file. Additionally, the version header should be changed from <h2> to <h4> to maintain a correct heading hierarchy under the <h3>Changelog</h3> section, which improves accessibility and SEO.

Suggested change
<ol reversed>
<li>
<h2>4.0 - May 8, 2026</h2>
<ul>
<li>Rename from Monitor Panel</li>
<li>Added full view UI surface with detailed CPU, RAM, battery, display, and network information</li>
<li>Moved settings directly into app instead of relying on Memory/Processor Monitor extensions settings</li>
<li>Combined CPU and RAM floating panels and added battery</li>
<li>Licensed app as GPLv3</li>
</ul>
</li>
</ol>
<ol reversed>
<li>
<h4>4.0 - May 8, 2026</h4>
<ul>
<li>Rename from Monitor Panel</li>
<li>Added full view UI surface with detailed CPU, RAM, battery, display, and network information</li>
<li>Moved settings directly into app instead of relying on Memory/Processor Monitor extensions settings</li>
<li>Combined CPU and RAM floating panels and added battery</li>
<li>Licensed app as GPLv3</li>
</ul>
</li>
</ol>

</section>
</main>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>
</body>
</html>
Binary file added main/images/system_monitor_105.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added main/images/system_monitor_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ <h3>
</h3>
<p>Applies zooming to the current tab instead of the entire site.</p>
</section>
<h2>Chrome Apps</h2>
<section>
<h3>
<a href="System_Monitor">
<img src="images/system_monitor_32.png" alt="" width="32" height="32">
<span>System Monitor</span>
</a>
</h3>
<p>Provides CPU, RAM, display, network, and battery information.</p>
</section>
</main>
<address>
<h2>Profiles and Contact</h2>
Expand Down
Loading