AI 产品解读Browser-based HWP/HWPX document viewer and editor using WebAssembly — opens, edits, and prints Korean word processor files directly in Chrome without installing Hangul Office.
Korean HWP/HWPX files (used by government agencies, schools, and businesses) require Hangul Office (한컴 오피스) to open, which is not available on all platforms (especially macOS/Linux) and requires installation. This extension lets anyone open and edit HWP files directly in the browser.
User encounters an HWP/HWPX file on the web (download or link). The extension intercepts the download or detects the link, then opens a built-in viewer tab (viewer.html) powered by WebAssembly. The user can view, edit, print, and save the document entirely within the browser. No data leaves the local machine.
Auto-open HWP/HWPX downloads in built-in viewerDocument editing (text input/modify, table editing, formatting)Print support with Ctrl+P preview, PDF save, or printer outputSave edited documents as HWP filesDrag & drop file openingAuto-detect HWP links on web pages with badge icons
- 目标用户
- Citizens viewing Korean government/public institution documents / Parents checking school notices (가정통신문) / Office workers reviewing contracts and reports / macOS/Linux users without Hangul Office / Anyone who wants to open HWP files without installing additional software
- viewer-DeyDsn0S.js is a large minified bundle (844KB) that was not fully inspected; however, its content is the WASM-powered viewer/editor UI, not auth or payment logic.
- All 'pro' keyword hits were verified as false positives (substrings in process, protocol, processed, provider, stopPropagation, etc.).
- External font CDN (cdn.jsdelivr.net) loads Korean fonts but does not require authentication or transmit user data.
付费分析未识别到付费功能
No payment integration, license checks, premium feature gating, or upgrade prompts found in the codebase. The store description explicitly states '무료로' (free) and 'MIT 라이선스 — 개인/기업 모두 무료' (MIT license - free for personal/business). All keyword hits for 'paid' are false positives — 'pro' appears only as substrings in words like 'process', 'protocol', 'processed', 'provider', etc., not as references to a premium plan. No Stripe, PayPal, or other payment platform integration. No license key validation.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login, authentication, or account system exists anywhere in the extension. All processing happens locally via WebAssembly (WASM) within the browser. The viewer opens as an internal extension page (chrome.runtime.getURL('viewer.html')). No external services requiring authentication are contacted. Store description explicitly states '회원가입 불필요' (no registration required) and '어떠한 개인정보도 수집하지 않습니다' (no personal information collected). The only external fetches are for Korean web fonts from cdn.jsdelivr.net.