# Chrome Web Store Privacy Practices Compliance Guide (隱私權實務規範填寫指南)

This guide contains the exact copy-paste text explanations for the "Privacy practices" (隱私權實務規範) tab in the Chrome Web Store Developer Console. Emojis have been removed for compliance form compatibility.

---

## 1. Single-Purpose Description (單一用途說明)

* **English**:
  The sole purpose of this extension is to provide a beautiful, customizable, offline-first Markdown file reader and renderer for both local and remote online Markdown files.

* **繁體中文 (Chinese Traditional)**:
  本擴充功能的單一用途是：為用戶提供一個美觀、支援自訂主題與目錄導航的本地與線上 Markdown 文件閱讀器。

---

## 2. Storage Permission Justification (storage 權限的理由)

* **English**:
  The storage permission is used exclusively to store and persist user preferences locally. This includes the reader's preferred theme (GitHub Light, One Dark, or Sepia), font size index, and whether the sidebar Table of Contents is collapsed, ensuring a personalized experience across files.

* **繁體中文 (Chinese Traditional)**:
  此權限用於在瀏覽器本地儲存並記住用戶的個人化閱讀偏好設定（例如主題顏色、字型大小大小、側邊欄目錄的展開與折疊狀態），以便用戶在每次開啟新的 Markdown 檔案時獲得一致且流暢的閱讀體驗。

---

## 3. Website Access Permission Justification (網站存取權限/主機權限的理由)

* **English**:
  Website access is required to detect when a user navigates to an online Markdown link (ending in .md, .markdown, etc.). The extension redirects these file URLs to the internal viewer page and fetches the raw text content so they can be rendered beautifully in the browser instead of triggering automatic file downloads.

* **繁體中文 (Chinese Traditional)**:
  此權限用於偵測用戶在瀏覽器中開啟的線上 Markdown 檔案連結（如以 .md、.markdown 等結尾的網址）。插件需要此權限將其引導至內建的閱讀器網頁中，並在本地安全地請求該文字內容以進行精美渲染，避免檔案被直接下載或顯示為雜亂的純文字。

---

## 4. Remote Code Usage Justification (使用遠端程式碼的理由)

* **Console Option Settings**:
  * **Does this extension use remote code? (本擴充功能是否使用遠端程式碼？)**: 
    Select **No / 否**.
  * **If asked for a written confirmation or explanation, paste the following**:

* **English**:
  The extension does NOT use or execute any remote code. All libraries (including the Markdown parsing engine marked.js and syntax highlighter Prism.js) are fully packaged and bundled locally inside the extension package for maximum security and performance.

* **繁體中文 (Chinese Traditional)**:
  本擴充功能完全不加載或執行任何遠端程式碼。所有程式庫（包括 Markdown 解析引擎 marked.js 和代碼高亮引擎 Prism.js）均已下載並完全離線打包在插件的安裝套件中，符合 Manifest V3 的安全隱私政策。

---

## 5. DeclarativeNetRequest Permission Justification (declarativeNetRequest 權限的理由)

* **English**:
  The declarativeNetRequest permission is used to intercept browser navigation requests to online Markdown files (ending in .md, .markdown, etc.) and redirect them to the extension's local viewer page. This prevents the default browser behavior of downloading the files directly or rendering them as unstyled plain text. No network traffic data is ever recorded, stored, or sent to external servers.

* **繁體中文 (Chinese Traditional)**:
  此權限用於攔截瀏覽器導向線上 Markdown 檔案（以 .md、.markdown 等結尾）的導航請求，並將其安全地重定向至插件內置的閱讀器頁面，以阻止瀏覽器默認將其直接下載或顯示為未排版的純文字。在此過程中，插件**不會收集、儲存或傳輸任何網絡流量或用戶數據**。
