ShowPFS

Chrome extension that annotates Hakfa KPPY text with the PFS (白話字) reading.

View the Project on GitHub Phakfasu/ShowPFSChromeExtension

ShowPFS Privacy Policy

Last updated: 2026-05-20

Summary

ShowPFS does not collect, transmit, or sell any user data. All conversion and all dictionary lookups run locally in your browser. The extension’s only stored state is your allowlist of permitted hosts and the on/off toggle setting, which are saved via chrome.storage.sync so they sync across your own Chrome installations.

What the extension reads

When you visit a page on a host you have added to the allowlist (defaults below), ShowPFS reads the visible text content of the page in order to detect KPPY (Hakfa Roman Orthography) phrases and append PFS readings next to them. Additionally, when you select any text on such a page (or right-click a selection and choose “查客語辭典 (Hakfa Dictionary)”), the extension reads that selection and looks it up against a dictionary index that ships bundled inside the extension.

Both the page-text reading and the selection lookup happen entirely in your browser’s content script — the text is never sent over the network, never stored, never logged.

On hosts that are not on your allowlist, the content script exits immediately without reading or modifying anything (the right-click menu still works on a per-tab basis via activeTab when you explicitly trigger it).

Default allowlist:

Entry Site
hakkadict.moe.edu.tw 教育部客家語辭典
elearning.hakka.gov.tw/hakka/dictionary 客家委員會 e-Learning 客語辭典
elearning.hakka.gov.tw/hakka/cert/vocabulary 客委會客語認證詞彙
www.moedict.tw/: 萌典 — 臺灣客語 section only

What the extension stores

Two values are saved via chrome.storage.sync:

Key Type Purpose
pfs.allowlist string[] List of hostnames where annotation is allowed
pfs.enabled boolean Global on/off switch

These values are scoped to your Chrome / Google account and synchronized only between your own Chrome installs by Google’s standard sync mechanism. They are not transmitted to the extension developer, Phakfasu, or any third party.

What the extension does NOT do

Permissions explained

Source code

The extension is open source. The full source code is available at: https://github.com/Phakfasu/ShowPFSChromeExtension

The bundled dictionary data comes from the Ministry of Education Hakkadict mirror at: https://github.com/Phakfasu/HakkaDictMoeDataMirror

You can verify all of the above by reading the source.

Contact

Bug reports and privacy questions: please file an issue at the GitHub repository linked above.