-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
42 lines (35 loc) · 2.28 KB
/
Copy pathprivacy.html
File metadata and controls
42 lines (35 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SnipText — Privacy Policy</title>
<style>
body{max-width:760px;margin:40px auto;padding:0 20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
line-height:1.65;color:#1a1f29;background:#fff}
h1{font-size:26px} h2{font-size:18px;margin-top:28px} code{background:#f0f2f5;padding:1px 5px;border-radius:4px}
.muted{color:#5c6675;font-size:14px}
</style>
</head>
<body>
<h1>SnipText — Privacy Policy</h1>
<p class="muted">Last updated: June 16, 2026</p>
<p><strong>SnipText does not collect, store, transmit, or sell any personal data.</strong> The extension performs all of its work — screen capture, image cropping, and optical character recognition (OCR) — entirely on your device.</p>
<h2>What the extension does</h2>
<p>When you click the SnipText icon (or press the shortcut), SnipText captures the visible area of the current browser tab so you can select a region and convert the text in it to editable text. The captured image and the recognized text never leave your computer. There is no backend server, no account, and no analytics.</p>
<h2>On-device processing</h2>
<p>Text recognition runs locally using a bundled OCR engine (Tesseract) included inside the extension. No image, screenshot, or text is uploaded to SnipText, the developer, or any third party. The extension makes no network requests.</p>
<h2>Permissions and why they are used</h2>
<ul>
<li><code>activeTab</code> & <code>scripting</code> — to capture the current tab and show the crop overlay, only after you click the icon or use the shortcut.</li>
<li><code>offscreen</code> — to run OCR in a background document so the page stays responsive.</li>
<li><code>storage</code> — to remember your local preferences (e.g., the Enhance toggle). Stored only on your device.</li>
</ul>
<h2>Data sharing</h2>
<p>None. Because no data is collected, no data is shared.</p>
<h2>Changes</h2>
<p>If this policy changes, the updated version will be posted at this URL with a new "Last updated" date.</p>
<h2>Contact</h2>
<p>Questions: <a href="mailto:mr.loki549@gmail.com">mr.loki549@gmail.com</a></p>
</body>
</html>