Effective Date: Jul 30, 2024
Welcome to WebTOC, a Chrome extension designed to generate a table of contents for the current webpage based on its header tags (h1-h6). We are committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy explains what data we collect, how we use it, and your rights regarding your data.
WebTOC does not collect or store personal information. The extension operates entirely on the client-side, meaning all processing and data handling occur locally on your device.
WebTOC requires certain permissions to function correctly. These permissions include:
WebTOC processes webpage header information to generate a table of contents. The data is not transmitted or stored on external servers. It is temporarily held using Chrome’s chrome.storage.local
API for the duration of your session and is only accessible to the extension.
WebTOC does not share, sell, or disclose your data to third parties. Since all processing is done locally, your information is not exposed to external entities.
We prioritize the security of your data. WebTOC operates in a secure manner, with no external data transmission or storage. The extension’s use of permissions is limited strictly to its functionality.
You have full control over the extension. You can disable or remove WebTOC from your browser at any time via the Chrome extensions page.
We may update this Privacy Policy from time to time. Any changes will be posted on this page, and we will notify users of significant changes via the Chrome Web Store or the extension’s user interface.
If you have any questions or concerns about this Privacy Policy or the practices of WebTOC, please contact us at [email protected].
By using WebTOC, you consent to this Privacy Policy and the collection and use of information as described.
activeTab Permission:
Rationale: WebTOC requires access to the currently active tab to generate a table of contents for the page. This permission allows the extension to access the content and extract headings (h1-h6) from the page, essential for providing an accurate overview of the page structure.
storage Permission:
Rationale: We use the chrome.storage.local
API to store extracted headings information temporarily. This storage facilitates the efficient transfer of data between the sidebar and content scripts, ensuring a seamless and responsive user experience.
sidePanel Permission:
Rationale: WebTOC utilizes Chrome’s sidebar feature to present the table of contents in a user-friendly, non-intrusive manner. This feature enables users to navigate the page structure without interfering with their reading experience.
tabs Permission:
Rationale: The extension needs to monitor tab activation and updates to refresh the table of contents when users switch tabs or load new pages. This ensures that the content presented in the sidebar is always up-to-date with the current page, providing users with relevant navigation aids.