-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (310 loc) · 17.3 KB
/
index.html
File metadata and controls
320 lines (310 loc) · 17.3 KB
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clipboard Manager - Chrome Extension</title>
<meta name="description" content="A powerful Chrome extension for managing clipboard history with macOS-style design, snippets, and privacy controls.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://santhanakrishnanstark.github.io/clipboard-manager/">
<meta property="og:title" content="Clipboard Manager - Chrome Extension">
<meta property="og:description" content="A powerful Chrome extension for managing clipboard history with macOS-style design">
<meta property="og:image" content="https://santhanakrishnanstark.github.io/clipboard-manager/assets/images/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://santhanakrishnanstark.github.io/clipboard-manager/">
<meta property="twitter:title" content="Clipboard Manager - Chrome Extension">
<meta property="twitter:description" content="A powerful Chrome extension for managing clipboard history with macOS-style design">
<meta property="twitter:image" content="https://santhanakrishnanstark.github.io/clipboard-manager/assets/images/og-image.png">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="./icons/icon32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/icon16.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="./assets/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@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="./icons/icon32.png" alt="Clipboard Manager" class="logo-icon">
<span class="logo-text">Clipboard Manager</span>
</div>
<ul class="nav-menu">
<li class="nav-item">
<a href="#features" class="nav-link">Features</a>
</li>
<li class="nav-item">
<a href="#installation" class="nav-link">Installation</a>
</li>
<li class="nav-item">
<a href="./docs/usage.html" class="nav-link">Docs</a>
</li>
<li class="nav-item">
<a href="https://github.com/santhanakrishnanstark/clipboard-manager" class="nav-link" target="_blank">GitHub</a>
</li>
</ul>
<div class="nav-toggle" id="nav-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">
Powerful Clipboard Manager for Chrome
</h1>
<p class="hero-description">
Capture, organize, and manage your clipboard history with a beautiful macOS-style interface.
Never lose important copied text again.
</p>
<div class="hero-buttons">
<a href="#installation" class="btn btn-primary">
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7,10 12,15 17,10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
Install Extension
</a>
<a href="https://github.com/santhanakrishnanstark/clipboard-manager" class="btn btn-secondary" target="_blank">
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
View Source
</a>
</div>
</div>
<div class="hero-image">
<div class="screenshot-placeholder">
<div class="browser-mockup">
<div class="browser-header">
<div class="browser-buttons">
<span class="browser-button red"></span>
<span class="browser-button yellow"></span>
<span class="browser-button green"></span>
</div>
<div class="browser-title">Clipboard Manager</div>
</div>
<div class="browser-content">
<div class="extension-popup">
<div class="popup-header">
<h3>📋 Clipboard History</h3>
<div class="popup-actions">
<button class="action-btn">🔍</button>
<button class="action-btn">⚙️</button>
</div>
</div>
<div class="clipboard-items">
<div class="clipboard-item">
<div class="item-content">Hello, this is a sample clipboard item</div>
<div class="item-time">2 minutes ago</div>
</div>
<div class="clipboard-item">
<div class="item-content">https://github.com/clipboard-manager</div>
<div class="item-time">5 minutes ago</div>
</div>
<div class="clipboard-item">
<div class="item-content">Another copied text example</div>
<div class="item-time">10 minutes ago</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2 class="section-title">Powerful Features</h2>
<p class="section-description">
Everything you need to manage your clipboard efficiently and securely
</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path>
<rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>
</svg>
</div>
<h3 class="feature-title">Automatic Capture</h3>
<p class="feature-description">
Automatically captures all copied text across websites with smart duplicate prevention
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<circle cx="11" cy="11" r="8"></circle>
<path d="M21 21l-4.35-4.35"></path>
</svg>
</div>
<h3 class="feature-title">Smart Search</h3>
<p class="feature-description">
Quickly find any item in your clipboard history with powerful search and filtering
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path>
<polyline points="14,2 14,8 20,8"></polyline>
</svg>
</div>
<h3 class="feature-title">Snippets Manager</h3>
<p class="feature-description">
Save and organize frequently used text templates for quick access
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<circle cx="12" cy="16" r="1"></circle>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
</svg>
</div>
<h3 class="feature-title">Privacy First</h3>
<p class="feature-description">
Local storage only, site exclusions, and no external data transmission
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>
<polyline points="3.27,6.96 12,12.01 20.73,6.96"></polyline>
<line x1="12" y1="22.08" x2="12" y2="12"></line>
</svg>
</div>
<h3 class="feature-title">macOS Design</h3>
<p class="feature-description">
Beautiful, polished interface with smooth animations and dark mode support
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M9 11H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-4"></path>
<polyline points="9,11 12,14 15,11"></polyline>
<line x1="12" y1="14" x2="12" y2="2"></line>
</svg>
</div>
<h3 class="feature-title">Export & Import</h3>
<p class="feature-description">
Backup and restore your clipboard data with CSV/JSON export functionality
</p>
</div>
</div>
</div>
</section>
<!-- Installation Section -->
<section id="installation" class="installation">
<div class="container">
<div class="section-header">
<h2 class="section-title">Easy Installation</h2>
<p class="section-description">
Get started with Clipboard Manager in just a few clicks
</p>
</div>
<div class="installation-steps">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3 class="step-title">Download Extension</h3>
<p class="step-description">Download the extension files from GitHub or Chrome Web Store</p>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3 class="step-title">Enable Developer Mode</h3>
<p class="step-description">Go to chrome://extensions/ and enable Developer mode</p>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3 class="step-title">Load Extension</h3>
<p class="step-description">Click "Load unpacked" and select the extension folder</p>
</div>
</div>
</div>
<div class="installation-buttons">
<a href="https://github.com/santhanakrishnanstark/clipboard-manager/archive/main.zip" class="btn btn-primary">
Download Latest Release
</a>
<a href="./docs/installation.html" class="btn btn-secondary">
Detailed Instructions
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<img src="./icons/icon32.png" alt="Clipboard Manager" class="logo-icon">
<span class="logo-text">Clipboard Manager</span>
</div>
<p class="footer-description">
A powerful Chrome extension for managing clipboard history with privacy and security in mind.
</p>
</div>
<div class="footer-section">
<h4 class="footer-title">Documentation</h4>
<ul class="footer-links">
<li><a href="./docs/installation.html">Installation</a></li>
<li><a href="./docs/usage.html">Usage Guide</a></li>
<li><a href="./docs/features.html">Features</a></li>
<li><a href="./docs/troubleshooting.html">Troubleshooting</a></li>
</ul>
</div>
<div class="footer-section">
<h4 class="footer-title">Links</h4>
<ul class="footer-links">
<li><a href="https://github.com/santhanakrishnanstark/clipboard-manager" target="_blank">GitHub</a></li>
<li><a href="https://github.com/santhanakrishnanstark/clipboard-manager/issues" target="_blank">Report Bug</a></li>
<li><a href="https://github.com/santhanakrishnanstark/clipboard-manager/discussions" target="_blank">Discussions</a></li>
<li><a href="./PRIVACY_POLICY.md">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h4 class="footer-title">Connect</h4>
<div class="social-links">
<a href="https://github.com/santhanakrishnanstark" target="_blank" class="social-link">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Clipboard Manager. Licensed under MIT License.</p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="./assets/js/main.js"></script>
</body>
</html>