1. Introduction
Welcome to Save Image As Type. We value your privacy and security above all else. This privacy policy describes how the browser extension handles your information when you convert and download images. Our core engineering principle is Local Isolation: all processes are completed locally on your machine, keeping your network footprints to an absolute minimum.
Privacy Commitment at a Glance
We do not collect, view, monitor, store, or transmit your images, URLs, browsing history, or personal identifiers. Zero data leaves your device. Everything runs inside your browser sandbox.
2. Offline Architecture
To deliver high conversion speeds and ensure complete privacy, our application runs locally without external APIs. Below is a simplified look at the localized image pipeline:
1. URL Fetch
Image data fetched locally to bypass CORS limitations
2. Conversion
Client canvas API processes the image in memory
3. Download
Converted image written directly to your default directory
Because the image conversions occur inside an invisible HTML5 canvas element injected into your currently open browser tab, the original images and the final products are never uploaded to any remote server or stored persistently by the extension.
3. Data Collection
Save Image As Type adheres to strict zero-collection protocols:
- No Personal Data: We do not ask for, collect, or store personal identifiers such as names, emails, IP addresses, or location data.
- No Usage Metrics: The extension contains no telemetry, analytics scripts, trackers, or cookies. Your interactions remain entirely private.
- No File Logging: We do not log filenames, file counts, sizes, format choices, or source websites.
4. Extension Permissions
To operate inside the Google Chrome environment, the extension requests certain browser permissions. We believe in absolute transparency. Click below to inspect exactly why each permission is required and how we ensure it remains safe.
5. Third-Party Libraries
Our codebase is optimized to prevent reliance on bloated external resources. We incorporate only one open-source package:
jsPDF (v2.5.1)
We use a minified copy of the official, widely trusted jsPDF library stored locally inside our extension codebase at `lib/jspdf.min.js`. This script runs completely offline to bundle converted images into PDF formats. It does not contact any external domains, nor does it log usage.
6. Regulatory Compliance
Even though we collect zero user information, we actively support modern regulatory compliance standards:
7. Support & Contact
If you have any questions, concerns, or suggestions regarding this privacy policy, the permissions requested, or the inner workings of the extension, please feel free to reach out:
- Support Repository: Open an issue on our official repository.
- Contact Email: developer@example.com (Please replace with your actual support email upon deployment)
We typically review and reply to inquiries within 48 business hours.