Zasady ochrony prywatności dodatku extractlet
extractlet Autor: koal44
Zasady ochrony prywatności dodatku extractlet
Privacy
Extractlet exists for one purpose: to let you convert content from supported sites into Markdown.
No trackers, no ads, no collection or sharing of your data.
What the Extension Does
When you trigger Extractlet on a page:
- It reads the current page.
- On MathJax-supported pages, the page DOM is annotated with MathML or TeX to preserve mathematical content.
- On MediaWiki sites, it sends a same-origin request to retrieve the page's associated wikitext content.
- It generates Markdown locally and displays it to you.
All processing happens entirely within your browser.
Storage
Extractlet stores two things:
- User settings (in browser sync storage).
- Extracted page snapshots (in browser local storage).
Snapshots are stored locally so pages can be revisited during navigation or session restore. Only the 10 most recent snapshots are retained. Storage can be cleared at any time from the settings page.
Permissions
Extractlet requests only the permissions necessary to function:
activeTabandscriptingto access and transform the page you explicitly choose to process.storageto save settings and cached snapshots.notificationsto alert you if local storage reaches its quota limit.
The extension does not access pages unless you invoke it.
Open Source
The full source code is available in this repository:
https://github.com/koal44/extractlet