|
|
@@ -0,0 +1,215 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh-CN">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>隐私政策 - FeHelper工具</title>
|
|
|
+ <meta name="description" content="FeHelper工具隐私政策,详细说明数据处理、权限、安全、合规等,保障用户隐私安全。">
|
|
|
+ <link rel="icon" type="image/x-icon" href="static/img/favicon.ico">
|
|
|
+ <link rel="icon" type="image/png" sizes="16x16" href="static/img/fe-16.png">
|
|
|
+ <link rel="icon" type="image/png" sizes="48x48" href="static/img/fe-48.png">
|
|
|
+ <link rel="icon" type="image/png" sizes="128x128" href="static/img/fe-128.png">
|
|
|
+ <link rel="apple-touch-icon" sizes="128x128" href="static/img/fe-128.png">
|
|
|
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
|
|
+ <link rel="stylesheet" href="static/css/style.css">
|
|
|
+ <link rel="stylesheet" href="static/css/docs.css">
|
|
|
+ <style>
|
|
|
+ .privacy-flex {
|
|
|
+ display: flex;
|
|
|
+ gap: 40px;
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+ .privacy-col {
|
|
|
+ flex: 1 1 0;
|
|
|
+ min-width: 320px;
|
|
|
+ max-width: 50%;
|
|
|
+ }
|
|
|
+ .privacy-col h2 { margin-top: 0; }
|
|
|
+ @media (max-width: 900px) {
|
|
|
+ .privacy-flex { flex-direction: column; gap: 24px; }
|
|
|
+ .privacy-col { max-width: 100%; }
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <div style="display:flex;align-items:center;justify-content:center;margin-top:60px;margin-bottom:20px;">
|
|
|
+ <img src="static/img/fe-48.png" alt="FeHelper Logo" class="logo-icon" style="width:48px;height:48px;margin-right:16px;">
|
|
|
+ <h1 style="font-size:2rem;line-height:1.2;">FeHelper 工具隐私政策 / Privacy Policy</h1>
|
|
|
+ </div>
|
|
|
+ <div class="docs-content" style="max-width:1200px;margin-left:auto;margin-right:auto;">
|
|
|
+ <div class="privacy-flex">
|
|
|
+ <!-- 中文版 -->
|
|
|
+ <div class="privacy-col" lang="zh-CN">
|
|
|
+ <div class="doc-content">
|
|
|
+ <h2>1. 设计理念</h2>
|
|
|
+ <ul>
|
|
|
+ <li><strong>隐私优先:</strong>本工具自设计之初即坚持"隐私优先"原则,所有功能均以保护用户数据安全和隐私为最高标准。</li>
|
|
|
+ <li><strong>最小权限:</strong>仅申请实现功能所必需的浏览器权限,绝不越权获取与功能无关的权限。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>2. 数据处理原则</h2>
|
|
|
+ <ul>
|
|
|
+ <li><strong>本地处理:</strong>所有数据的处理、分析和展示均在用户本地浏览器环境中完成,工具不会将任何用户数据上传至远程服务器或云端。</li>
|
|
|
+ <li><strong>无数据上传:</strong>无论是输入、输出还是中间处理数据,均不会被采集、存储或传输到开发者或第三方服务器。</li>
|
|
|
+ <li><strong>无日志记录:</strong>工具不会在本地或远程记录用户的操作日志、输入内容或使用行为。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>3. 权限说明</h2>
|
|
|
+ <ul>
|
|
|
+ <li>工具仅申请实现核心功能所需的最小权限。例如,部分功能可能需要"读取当前标签页内容"或"本地存储"权限,但不会主动访问或修改与功能无关的数据。</li>
|
|
|
+ <li>所有权限申请均严格遵循Chrome、Firefox、Edge等主流浏览器的扩展安全规范。</li>
|
|
|
+ <li>用户可在浏览器扩展管理页面随时查看和管理已授权权限。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>4. 第三方依赖与外部服务</h2>
|
|
|
+ <ul>
|
|
|
+ <li>本工具不集成任何第三方广告SDK、行为分析或追踪代码。</li>
|
|
|
+ <li>如需调用第三方开源库(如代码高亮、格式化等),所有处理均在本地完成,不会将用户数据发送至第三方。</li>
|
|
|
+ <li>如有外部API调用,仅限于获取公开信息,绝不上传或传递用户输入内容。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>5. 数据安全措施</h2>
|
|
|
+ <ul>
|
|
|
+ <li>所有用户数据仅存储于本地浏览器缓存(如localStorage、IndexedDB、chrome.storage.local等),不会离开用户设备。</li>
|
|
|
+ <li>工具不包含远程日志、云端同步、自动备份等功能,杜绝数据泄露风险。</li>
|
|
|
+ <li>无广告、无推送、无行为分析,确保用户体验纯净安全。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>6. 用户权利与控制</h2>
|
|
|
+ <ul>
|
|
|
+ <li>用户可随时在工具界面手动清除所有本地缓存数据。</li>
|
|
|
+ <li>用户可随时在浏览器扩展管理页面卸载本工具,所有本地数据将自动失效。</li>
|
|
|
+ <li>工具不会设置任何不可移除的本地存储或追踪机制。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>7. 合规性声明</h2>
|
|
|
+ <ul>
|
|
|
+ <li>本工具严格遵守欧盟GDPR、加州CCPA等国际主流数据隐私法规。</li>
|
|
|
+ <li>工具不收集、处理或存储任何个人敏感信息(如姓名、邮箱、联系方式、IP地址、地理位置等)。</li>
|
|
|
+ <li>所有用户(包括未成年人)均可安全使用,无需担心隐私风险。</li>
|
|
|
+ <li>如浏览器政策或法规有更新,工具将及时调整以确保合规。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>8. 隐私政策的更新</h2>
|
|
|
+ <ul>
|
|
|
+ <li>如本隐私政策有重大变更,我们将在官方网站及时公示。</li>
|
|
|
+ <li>建议用户定期查阅本页面以了解最新政策内容。</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h2>9. 联系方式</h2>
|
|
|
+ <ul>
|
|
|
+ <li>邮箱:<a href="mailto:[email protected]">[email protected]</a></li>
|
|
|
+ <li>GitHub Issues:<a href="https://github.com/zxlie/FeHelper/issues" target="_blank">https://github.com/zxlie/FeHelper/issues</a></li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <p style="color:#64748b;font-size:0.95rem;margin-top:32px;">本隐私政策适用于FeHelper工具。如有更新,我们将在本页面及时公示。</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 英文版 -->
|
|
|
+ <div class="privacy-col" lang="en">
|
|
|
+ <div class="doc-content">
|
|
|
+ <h2>1. Design Philosophy</h2>
|
|
|
+ <ul>
|
|
|
+ <li><strong>Privacy First:</strong> This tool is designed with a "privacy first" principle. All features are built to protect user data security and privacy as the highest standard.</li>
|
|
|
+ <li><strong>Minimal Permissions:</strong> Only the minimum browser permissions required for core functionality are requested. No excessive or unrelated permissions are ever obtained.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>2. Data Processing Principles</h2>
|
|
|
+ <ul>
|
|
|
+ <li><strong>Local Processing:</strong> All data processing, analysis, and display are performed locally in the user's browser environment. No user data is ever uploaded to any remote server or cloud.</li>
|
|
|
+ <li><strong>No Data Upload:</strong> Neither input, output, nor intermediate data is collected, stored, or transmitted to the developer or any third party.</li>
|
|
|
+ <li><strong>No Logging:</strong> The tool does not record user operation logs, input content, or usage behavior either locally or remotely.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>3. Permissions Statement</h2>
|
|
|
+ <ul>
|
|
|
+ <li>The tool only requests the minimum permissions necessary for core features. For example, some features may require "read current tab content" or "local storage" permissions, but will never access or modify unrelated data.</li>
|
|
|
+ <li>All permission requests strictly comply with the extension security specifications of Chrome, Firefox, Edge, and other mainstream browsers.</li>
|
|
|
+ <li>Users can view and manage granted permissions at any time in the browser extension management page.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>4. Third-Party Dependencies & External Services</h2>
|
|
|
+ <ul>
|
|
|
+ <li>This tool does not integrate any third-party ad SDKs, analytics, or tracking code.</li>
|
|
|
+ <li>If third-party open source libraries (such as code highlighting, formatting, etc.) are used, all processing is done locally and no user data is sent to third parties.</li>
|
|
|
+ <li>If any external API is called, it is only for obtaining public information and never uploads or transmits user input.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>5. Data Security Measures</h2>
|
|
|
+ <ul>
|
|
|
+ <li>All user data is stored only in the local browser cache (such as localStorage, IndexedDB, chrome.storage.local, etc.) and never leaves the user's device.</li>
|
|
|
+ <li>The tool does not include remote logging, cloud sync, or automatic backup features, eliminating the risk of data leakage.</li>
|
|
|
+ <li>No ads, no push notifications, no behavioral analytics, ensuring a pure and safe user experience.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>6. User Rights & Control</h2>
|
|
|
+ <ul>
|
|
|
+ <li>Users can manually clear all local cache data at any time in the tool interface.</li>
|
|
|
+ <li>Users can uninstall the tool at any time via the browser extension management page, and all local data will become invalid automatically.</li>
|
|
|
+ <li>The tool does not set any non-removable local storage or tracking mechanisms.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>7. Compliance Statement</h2>
|
|
|
+ <ul>
|
|
|
+ <li>This tool strictly complies with major international data privacy regulations such as GDPR (EU) and CCPA (California).</li>
|
|
|
+ <li>The tool does not collect, process, or store any personal sensitive information (such as name, email, contact information, IP address, location, etc.).</li>
|
|
|
+ <li>All users, including minors, can use the tool safely without privacy concerns.</li>
|
|
|
+ <li>If browser policies or regulations are updated, the tool will be adjusted in a timely manner to ensure compliance.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>8. Privacy Policy Updates</h2>
|
|
|
+ <ul>
|
|
|
+ <li>If there are major changes to this privacy policy, we will announce them promptly on the official website.</li>
|
|
|
+ <li>Users are advised to check this page regularly for the latest policy updates.</li>
|
|
|
+ </ul>
|
|
|
+ <h2>9. Contact</h2>
|
|
|
+ <ul>
|
|
|
+ <li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
|
|
|
+ <li>GitHub Issues: <a href="https://github.com/zxlie/FeHelper/issues" target="_blank">https://github.com/zxlie/FeHelper/issues</a></li>
|
|
|
+ </ul>
|
|
|
+ <p style="color:#64748b;font-size:0.95rem;margin-top:32px;">This privacy policy applies to the FeHelper tool. If updated, we will announce it on this page in a timely manner.</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <footer class="footer">
|
|
|
+ <div class="container">
|
|
|
+ <div class="footer-content">
|
|
|
+ <div class="footer-main">
|
|
|
+ <div class="footer-logo">
|
|
|
+ <img src="static/img/fe-48.png" alt="FeHelper Logo" class="logo-icon">
|
|
|
+ <span>FeHelper</span>
|
|
|
+ </div>
|
|
|
+ <p>专为前端开发者打造的超级助手</p>
|
|
|
+ <div class="social-links">
|
|
|
+ <a href="https://github.com/zxlie/FeHelper" target="_blank">
|
|
|
+ <i class="fab fa-github"></i>
|
|
|
+ </a>
|
|
|
+ <a href="https://www.baidufe.com/fehelper/feedback.html" target="_blank">
|
|
|
+ <i class="fas fa-envelope"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="footer-links">
|
|
|
+ <div class="link-group">
|
|
|
+ <h4>产品</h4>
|
|
|
+ <a href="index.html#features">功能特性</a>
|
|
|
+ <a href="index.html#tools">工具箱</a>
|
|
|
+ <a href="index.html#download">下载安装</a>
|
|
|
+ </div>
|
|
|
+ <div class="link-group">
|
|
|
+ <h4>开发者</h4>
|
|
|
+ <a href="https://github.com/zxlie/FeHelper" target="_blank">GitHub</a>
|
|
|
+ <a href="https://github.com/zxlie/FeHelper/issues" target="_blank">问题反馈</a>
|
|
|
+ <a href="https://www.baidufe.com/fehelper/feedback.html" target="_blank">联系我们</a>
|
|
|
+ </div>
|
|
|
+ <div class="link-group">
|
|
|
+ <h4>支持</h4>
|
|
|
+ <a href="https://chrome.google.com/webstore/detail/pkgccpejnmalmdinmhkkfafefagiiiad" target="_blank">Chrome Store</a>
|
|
|
+ <a href="https://microsoftedge.microsoft.com/addons/detail/feolnkbgcbjmamimpfcnklggdcbgakhe" target="_blank">Edge Add-ons</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="footer-bottom">
|
|
|
+ <p>© 2024 FeHelper. Open source under MIT license.</p>
|
|
|
+ <p>Made with ❤️ for frontend developers</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </footer>
|
|
|
+ <script src="static/js/script.js"></script>
|
|
|
+</body>
|
|
|
+</html>
|