-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
282 lines (268 loc) · 16.9 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
<meta name="description" content="TabSaver - Cross-device tab management tool for Chrome. Real-time sync, smart search, and bulk operations make your browsing experience seamless and efficient.">
<meta name="keywords" content="TabSaver, Chrome extension, tab management, cross-device sync, browser tabs, tab synchronization, tab manager, Chrome plugin">
<meta name="robots" content="index, follow">
<meta name="author" content="TabSaver">
<meta name="language" content="en">
<link rel="canonical" href="https://tab-saver.vercel.app/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tab-saver.vercel.app/">
<meta property="og:title" content="TabSaver - Smart Cross-device Tab Management Tool">
<meta property="og:description" content="Effortlessly manage and sync your Chrome tabs across devices. Boost your browsing efficiency.">
<meta property="og:image" content="https://tab-saver.vercel.app/images/TabSaver-index-dark.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tab-saver.vercel.app/">
<meta property="twitter:title" content="TabSaver - Smart Cross-device Tab Management Tool">
<meta property="twitter:description" content="Effortlessly manage and sync your Chrome tabs across devices. Boost your browsing efficiency.">
<meta property="twitter:image" content="https://tab-saver.vercel.app/images/TabSaver-index-dark.png">
<title>TabSaver - Cross-device Tab Management and Real-time Tab Sync</title>
<link rel="icon" type="image/png" sizes="32x32" href="images/icon32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icon16.png">
<!-- Styles -->
<link rel="stylesheet" href="css/style.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" media="print" onload="this.media='all'">
<!-- Schema.org markup for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "TabSaver",
"operatingSystem": "Chrome",
"applicationCategory": "BrowserExtension",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Cross-device Chrome tab management tool that offers real-time sync, smart search, and bulk actions.",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "100"
}
}
</script>
</head>
<body>
<header class="header">
<nav class="nav container" role="navigation" aria-label="Main navigation">
<div class="logo">
<img src="images/logo.png" alt="TabSaver Logo" class="logo-img" loading="lazy">
<span class="logo-text">TabSaver</span>
</div>
<div class="nav-links" role="menubar">
<a href="#features" role="menuitem" data-i18n="nav.features">Features</a>
<a href="#demo" role="menuitem" data-i18n="nav.demo">Demo</a>
<a href="#faq" role="menuitem" data-i18n="nav.faq">FAQ</a>
<a href="https://github.com/3sheng/TabSaver" target="_blank" rel="noopener" role="menuitem" class="github-link" data-i18n="nav.github">
<span class="material-icons">code</span>
<span>GitHub</span>
</a>
<button class="theme-toggle" aria-label="Toggle dark mode" role="button">
<span class="material-icons theme-icon-dark">dark_mode</span>
<span class="material-icons theme-icon-light">light_mode</span>
</button>
<div class="language-selector">
<button class="language-btn" aria-label="Select language">
<span class="material-icons">language</span>
<span class="current-language">EN</span>
</button>
<div class="language-dropdown">
<a href="./" data-lang="en" class="active">English</a>
<a href="zh" data-lang="zh">中文</a>
<a href="es" data-lang="es">Español</a>
<a href="ar" data-lang="ar">العربية</a>
<a href="pt" data-lang="pt">Português</a>
<a href="bn" data-lang="bn">বাংলা</a>
<a href="ja" data-lang="ja">日本語</a>
<a href="de" data-lang="de">Deutsch</a>
</div>
</div>
</div>
<a href="https://chromewebstore.google.com/detail/tab-saver-manage-and-real/pellfjigmagbpcngbhabkjemohoijndi" class="install-btn" target="_blank" rel="noopener" role="button" data-i18n="nav.install">Add to Chrome</a>
</nav>
</header>
<main>
<section class="hero">
<div class="container">
<h1 data-i18n="hero.title">Seamless Tab Management Across All Your Devices</h1>
<p class="hero-text" data-i18n="hero.subtitle">TabSaver helps you manage, sync, and organize your browser tabs effortlessly across multiple devices.</p>
<div class="hero-buttons">
<a href="https://chromewebstore.google.com/detail/tab-saver-manage-and-real/pellfjigmagbpcngbhabkjemohoijndi" class="primary-btn" target="_blank" rel="noopener" role="button" data-i18n="hero.cta">Install Now</a>
<a href="#demo" class="secondary-btn" role="button" data-i18n="hero.demo">Watch Demo</a>
</div>
<div class="hero-image" role="region" aria-label="Product screenshots">
<div class="image-slider" role="group" aria-label="Screenshot slider">
<img src="images/TabSaver-index-dark.png" alt="TabSaver Dark Theme - Main interface with tab management and sync features" class="slider-image active" loading="lazy">
<img src="images/TabSaver-index-light.png" alt="TabSaver Light Theme - Clean and intuitive tab organization interface" class="slider-image" loading="lazy">
<img src="images/TabSaver-index-device.png" alt="TabSaver Device Selection - Cross-device synchronization interface" class="slider-image" loading="lazy">
<img src="images/TabSaver-settings-dark.png" alt="TabSaver Settings Dark Mode - Advanced configuration and customization options" class="slider-image" loading="lazy">
<img src="images/TabSaver-settings-light.png" alt="TabSaver Settings Light Mode - User-friendly settings management interface" class="slider-image" loading="lazy">
</div>
<div class="slider-dots" role="tablist" aria-label="Slider navigation">
<span class="dot active" role="tab" aria-selected="true" aria-label="Slide 1"></span>
<span class="dot" role="tab" aria-selected="false" aria-label="Slide 2"></span>
<span class="dot" role="tab" aria-selected="false" aria-label="Slide 3"></span>
<span class="dot" role="tab" aria-selected="false" aria-label="Slide 4"></span>
<span class="dot" role="tab" aria-selected="false" aria-label="Slide 5"></span>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="container">
<h2 data-i18n="features.title">Key Features</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<span class="material-icons">sync</span>
</div>
<h3 data-i18n="features.sync.title">Cross-device Sync</h3>
<p data-i18n="features.sync.desc">Seamlessly sync your tabs across all your devices in real-time.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<span class="material-icons">search</span>
</div>
<h3 data-i18n="features.search.title">Smart Search</h3>
<p data-i18n="features.search.desc">Quickly find any tab with powerful search functionality.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<span class="material-icons">library_add_check</span>
</div>
<h3 data-i18n="features.batch.title">Batch Operations</h3>
<p data-i18n="features.batch.desc">Efficiently manage multiple tabs at once with batch actions.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<span class="material-icons">palette</span>
</div>
<h3 data-i18n="features.theme.title">Theme Support</h3>
<p data-i18n="features.theme.desc">Choose between light, dark, or system theme to match your preference.</p>
</div>
</div>
</div>
</section>
<section id="demo" class="demo">
<div class="container">
<h2 data-i18n="demo.title">See TabSaver in Action</h2>
<div class="video-container">
<iframe width="560" height="500" src="https://www.youtube.com/embed/1oCyeyMCUF0?si=gOb4keouoWCESuaC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="faq" class="faq">
<div class="container">
<h2 data-i18n="faq.title">Frequently Asked Questions</h2>
<div class="faq-grid">
<div class="faq-item" data-i18n="faq.whatIsTabsaver">
<div class="faq-header">
<h3 class="question">What is TabSaver?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">TabSaver is a powerful Chrome extension designed to revolutionize your tab management experience. It allows you to:</p>
<ul class="features">
<li>Seamlessly sync tabs across multiple devices</li>
<li>Save and organize your browser tabs</li>
<li>Access your tabs from any device with Chrome</li>
<li>Search through your saved tabs quickly</li>
<li>Manage tabs with an intuitive interface</li>
</ul>
<p class="conclusion">Whether you're a student, professional, or casual browser user, TabSaver helps you stay organized and productive by keeping your important tabs just a click away.</p>
</div>
</div>
<div class="faq-item" data-i18n="faq.isTabsaverFree">
<div class="faq-header">
<h3 class="question">Is TabSaver free?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">Yes, TabSaver is completely free to use. We believe in making efficient tab management accessible to everyone.</p>
</div>
</div>
<div class="faq-item" data-i18n="faq.howSecureIsMyData">
<div class="faq-header">
<h3 class="question">How secure is my data?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">Your data is securely synchronized using Chrome's built-in sync system. We don't store any personal data on our servers, ensuring your privacy and security.</p>
</div>
</div>
<div class="faq-item" data-i18n="faq.whichBrowsersAreSupported">
<div class="faq-header">
<h3 class="question">Which browsers are supported?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">Currently, TabSaver is available for Google Chrome. We're working on bringing TabSaver to other browsers in the future.</p>
</div>
</div>
<div class="faq-item" data-i18n="faq.howDoIGetStarted">
<div class="faq-header">
<h3 class="question">How do I get started?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">Simply install TabSaver from the Chrome Web Store and you're ready to go! The extension will automatically sync your tabs across devices when you're signed into Chrome.</p>
</div>
</div>
<div class="faq-item" data-i18n="faq.whatHappensToMyTabs">
<div class="faq-header">
<h3 class="question">What happens to my saved tabs if I uninstall?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">Your saved tabs are stored in Chrome's sync storage. If you uninstall and later reinstall TabSaver, your data will still be available as long as you're using the same Google account.</p>
</div>
</div>
<div class="faq-item" data-i18n="faq.canICustomize">
<div class="faq-header">
<h3 class="question">Can I customize the appearance?</h3>
<span class="material-icons toggle-icon">expand_more</span>
</div>
<div class="faq-content">
<p class="answer">Yes! TabSaver supports light and dark themes, and can automatically match your system preferences. You can change the theme in the extension's options page.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="images/logo.png" alt="TabSaver Logo" class="logo-img" loading="lazy">
<span class="logo-text">TabSaver</span>
</div>
<div class="footer-links">
<a href="#features" data-i18n="footer.features">Features</a>
<a href="#demo" data-i18n="footer.demo">Demo</a>
<a href="#faq" data-i18n="footer.faq">FAQ</a>
<a href="https://github.com/3sheng/TabSaver/issues" target="_blank" data-i18n="footer.feedback">Feedback</a>
<a href="https://sprunskigames.com" target="_blank">Sprunki Games</a>
<a href="https://buymeacoffee.com/3sheng" target="_blank" data-i18n="footer.buyMeACoffee">Buy Me a Coffee</a>
</div>
<div class="footer-bottom">
<p data-i18n="footer.copyright">© 2024 TabSaver. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>