-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
34 lines (27 loc) · 1.16 KB
/
welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Welcome to Tabify!</title>
<link rel="stylesheet" href="welcome.css">
</head>
<body>
<h1>Welcome to Tabify</h1>
<p>Tabify is a browser extension that helps you declutter your workspace and manage your tabs effectively.</p>
<h2>Features:</h2>
<ul>
<li>Preventing duplicate tabs</li>
<li>Ability to ignore search parameters when considering tabs 'duplicate'</li>
<li>Ability to ignore anchor tags when considering tabs 'duplicate'</li>
<li>Workspace management</li>
</ul>
<h2>Get Involved</h2>
<p>Tabify is an open-source project hosted on GitHub. You can find the source code on the extension's <a
href="https://github.com/WillMartin03/Tabify">GitHub Repository</a>.</p>
<p>Contributions are welcomed and appreciated. Feel free to submit pull requests or open issues on the GitHub
repository.<br>Feel free to help make changes to the repo, mess around with the design, and help me improve!</p>
<h2>Donations</h2>
<p>If you find Tabify useful, consider supporting the project by making a donation. Your contribution will help us
continue to improve and maintain the extension.</p>
</body>
</html>