01
Who we are
QuickClip is an open-source browser extension developed by shossain786. The source code is publicly available at github.com/shossain786/quick-clip.
QuickClip processes everything locally inside your browser. Nothing you copy, clean, or convert ever leaves your device.
TL;DR — The short version
01
QuickClip is an open-source browser extension developed by shossain786. The source code is publicly available at github.com/shossain786/quick-clip.
02
QuickClip does not collect, transmit, store on any server, or share any of the following:
03
QuickClip uses your browser's built-in local storage (chrome.storage.local)
to save two things — both stored exclusively on your own device:
This data never leaves your browser. You can clear it at any time from the History tab inside the extension popup.
04
QuickClip requests the following browser permissions. Here is exactly why each one is needed:
| Permission | Why it is needed |
|---|---|
| clipboardRead | To read the text you have selected and copied, so it can be cleaned or converted. |
| clipboardWrite | To write the cleaned or converted text back to your clipboard. |
| activeTab | To detect copy events on the page you are currently viewing. |
| storage | To save your preferences and clipboard history locally on your device. |
| scripting | To inject the clipboard listener script into web pages. |
05
QuickClip Phase 1 makes no calls to any external API or third-party service. All text processing — cleaning, conversion, and rephrasing — happens entirely within your browser using local JavaScript.
In a future version (Phase 2), an optional AI-powered rephrase feature may be introduced. If and when that happens, this policy will be updated before the feature is released, and it will require explicit opt-in from the user.
06
QuickClip does not knowingly collect any information from anyone, including children under the age of 13. As no data is collected at all, there is nothing to protect in this regard.
07
If this privacy policy changes, the updated version will be published at this same URL with a revised "Last updated" date at the top of the page. Significant changes will also be noted in the extension's GitHub release notes.
08
Questions about this privacy policy? Open an issue on GitHub at github.com/shossain786/quick-clip/issues and we will respond as soon as possible.