|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <meta name="robots" content="index,follow"> |
| 7 | + <meta name="description" content="Privacy Policy for Stitch Screenshot → Clipboard."> |
| 8 | + <title>Privacy Policy — Stitch Screenshot → Clipboard</title> |
| 9 | + <link rel="canonical" href="https://ofcodedev.me/stitch-screenshot-clipboard/privacy/"> |
| 10 | + <style> |
| 11 | + :root { |
| 12 | + color-scheme: light dark; |
| 13 | + --bg: #ffffff; |
| 14 | + --text: #17151c; |
| 15 | + --muted: #5f5a67; |
| 16 | + --border: #e5e1e8; |
| 17 | + --accent: #c80070; |
| 18 | + } |
| 19 | + |
| 20 | + @media (prefers-color-scheme: dark) { |
| 21 | + :root { |
| 22 | + --bg: #111117; |
| 23 | + --text: #f6f5f8; |
| 24 | + --muted: #b7b1bd; |
| 25 | + --border: #302b35; |
| 26 | + --accent: #ff4daa; |
| 27 | + } |
| 28 | + } |
| 29 | + |
| 30 | + * { box-sizing: border-box; } |
| 31 | + |
| 32 | + body { |
| 33 | + margin: 0; |
| 34 | + background: var(--bg); |
| 35 | + color: var(--text); |
| 36 | + font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; |
| 37 | + line-height: 1.65; |
| 38 | + } |
| 39 | + |
| 40 | + main { |
| 41 | + width: min(820px, calc(100% - 40px)); |
| 42 | + margin: 0 auto; |
| 43 | + padding: 56px 0 72px; |
| 44 | + } |
| 45 | + |
| 46 | + h1 { |
| 47 | + margin: 0 0 8px; |
| 48 | + font-size: clamp(32px, 6vw, 48px); |
| 49 | + line-height: 1.1; |
| 50 | + letter-spacing: -0.025em; |
| 51 | + } |
| 52 | + |
| 53 | + h2 { |
| 54 | + margin: 38px 0 10px; |
| 55 | + padding-bottom: 8px; |
| 56 | + border-bottom: 1px solid var(--border); |
| 57 | + font-size: 22px; |
| 58 | + line-height: 1.25; |
| 59 | + } |
| 60 | + |
| 61 | + p, li { font-size: 16px; } |
| 62 | + ul { padding-left: 24px; } |
| 63 | + .meta { margin: 0 0 28px; color: var(--muted); } |
| 64 | + .lead { font-size: 18px; } |
| 65 | + strong { font-weight: 750; } |
| 66 | + a { color: var(--accent); } |
| 67 | + </style> |
| 68 | +</head> |
| 69 | +<body> |
| 70 | + <main> |
| 71 | + <h1>Privacy Policy</h1> |
| 72 | + <p class="meta"><strong>Stitch Screenshot → Clipboard</strong> · Effective date: 2026-07-16</p> |
| 73 | + |
| 74 | + <p class="lead">Stitch Screenshot → Clipboard captures a full-page screenshot of the current tab and copies the finished image to your clipboard.</p> |
| 75 | + |
| 76 | + <h2>Data collection</h2> |
| 77 | + <p><strong>We do not collect, store, transmit, sell, or share any personal or browsing data.</strong></p> |
| 78 | + <ul> |
| 79 | + <li>No analytics, telemetry, advertising, or crash reporting.</li> |
| 80 | + <li>No user accounts, identifiers, or tracking.</li> |
| 81 | + <li>No screenshot or page content is sent to a server.</li> |
| 82 | + <li>No remote code is downloaded or executed.</li> |
| 83 | + </ul> |
| 84 | + |
| 85 | + <h2>How captures work</h2> |
| 86 | + <p>Only after you invoke the extension by clicking its toolbar icon or using its keyboard shortcut, the extension temporarily accesses the active tab, scrolls through the page, captures visible sections, and stitches them into one image. All processing happens locally in your browser.</p> |
| 87 | + <p>The resulting image is copied to your system clipboard. If clipboard writing is unavailable, the image may be saved to your downloads folder. The extension does not retain the image after the operation.</p> |
| 88 | + |
| 89 | + <h2>Permissions</h2> |
| 90 | + <ul> |
| 91 | + <li><strong>activeTab</strong> — temporarily accesses only the tab on which you invoked the extension.</li> |
| 92 | + <li><strong>scripting</strong> — injects the temporary scrolling and stitching script into that tab on demand.</li> |
| 93 | + <li><strong>clipboardWrite</strong> — places the finished screenshot on your clipboard.</li> |
| 94 | + </ul> |
| 95 | + |
| 96 | + <h2>Third parties</h2> |
| 97 | + <p>The extension does not use third-party analytics, advertising, tracking services, or external processing services.</p> |
| 98 | + |
| 99 | + <h2>Changes</h2> |
| 100 | + <p>Any change to this policy will be published on this page with an updated effective date.</p> |
| 101 | + |
| 102 | + <h2>Contact</h2> |
| 103 | + <p>Questions: <a href="mailto:admin@ofcodedev.me">admin@ofcodedev.me</a></p> |
| 104 | + </main> |
| 105 | +</body> |
| 106 | +</html> |
0 commit comments