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
68 changes: 59 additions & 9 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,64 @@
<header>
<h1>Daniel Herr Software</h1>
</header>
<h2><a href="Memory_Monitor">Memory Monitor</a></h2>
<h2><a href="Processor_Monitor">Processor Monitor</a></h2>
<h2><a href="Bookmark_Topper">Bookmark Topper</a></h2>
<h2><a href="Navigation_Confirmation">Navigation Confirmation</a></h2>
<h2><a href="Link_Controller">Link Controller</a></h2>
<h2><a href="Single_Tab_Zoom">Single Tab Zoom</a></h2>
<br>
<h2><a href="Support">Support</a></h2>
<h2><a href="https://github.com/DanielHerr">GitHub</a></h2>
<section>
<h2>Web Extensions</h2>
<section>
<h3>
<a href="Memory_Monitor">
<img src="images/memory_monitor_32.png" width="32" height="32">
Memory Monitor
</a>
</h3>
<p>Displays RAM usage information.</p>
</section>
<section>
<h3>
<a href="Processor_Monitor">
<img src="images/processor_monitor_32.png" width="32" height="32">
Processor Monitor
</a>
</h3>
<p>Displays CPU usage information.</p>
</section>
<section>
<h3>
<a href="Bookmark_Topper">
<img src="images/bookmark_topper_32.png" width="32" height="32">
Bookmark Topper
</a>
</h3>
<p>Moves newly created bookmarks to the top of their folder.</p>
</section>
<section>
<h3>
<a href="Navigation_Confirmation">
<img src="images/navigation_confirmation_32.png" width="32" height="32">
Navigation Confirmation
</a>
</h3>
<p>Asks for confirmation before closing, reloading, or navigating to another page.</p>
</section>
<section>
<h3>
<a href="Link_Controller">
<img src="images/link_controller_32.png" width="32" height="32">
Link Controller
</a>
</h3>
<p>Controls whether links open in the current tab or in a new tab.</p>
</section>
<section>
<h3>
<a href="Single_Tab_Zoom">
<img src="images/single_tab_zoom_32.png" width="32" height="32">
Single Tab Zoom
</a>
</h3>
<p>Applies zooming to the current tab instead of the entire site.</p>
</section>
</section>
<h3><a href="Support">Support</a></h3>
<h3><a href="https://github.com/DanielHerr">GitHub</a></h3>
</body>
</html>