최종 수정일: 2026년 8월 4일
Read in English ↓본 확장 프로그램은 어떠한 개인정보도 수집, 저장, 전송하지 않습니다. 모든 처리는 사용자의 브라우저 안에서만 이루어지며, 개발자를 포함한 제3자가 접근할 수 있는 서버로는 어떤 데이터도 전송되지 않습니다.
본 확장 프로그램은 사용자가 변환 버튼을 누른 시점에만, 사용자가 보고 있는 탭의 페이지 내용을 PDF로 변환하기 위해 처리합니다. 이 처리는 전적으로 사용자의 컴퓨터 안에서 이루어집니다.
| 데이터 | 용도 | 저장 위치 | 외부 전송 |
|---|---|---|---|
| 페이지 내용 (렌더링 결과) | PDF 생성 | 메모리(변환 중에만) → 사용자가 지정한 다운로드 폴더 | 없음 |
| 페이지 제목 | PDF 파일명 생성 | 생성된 파일명에만 | 없음 |
| 변환 옵션 (용지 크기, 여백 등) | 사용자 설정 유지 | chrome.storage.sync |
없음 |
| 변환 진행 상태 | 팝업 UI 표시 | chrome.storage.session (브라우저 종료 시 삭제) |
없음 |
변환 옵션은 Chrome 자체의 계정 동기화 기능에 의해 사용자의 다른 기기로 동기화될 수 있습니다. 이는 Chrome의 기능이며, 개발자는 이 데이터에 접근할 수 없습니다.
본 확장 프로그램은 어떠한 외부 서버와도 통신하지 않습니다. 네트워크 요청을 발생시키는 코드가 없으며, 외부 라이브러리나 CDN도 사용하지 않습니다.
Page.printToPDF를
호출합니다. 이는 브라우저가 페이지를 인쇄 품질로 렌더링해 벡터 PDF를 만드는
유일한 방법입니다. 사용자가 변환을 시작한 시점에만 해당 탭에 연결되고
변환 직후 해제되며, 페이지 내용을 외부로 전송하는 용도로는 사용하지 않습니다.
수집하는 데이터가 없으므로 판매하거나 제3자에게 제공하는 데이터도 없습니다.
본 방침이 변경되면 이 페이지의 최종 수정일이 갱신됩니다. 중요한 변경이 있을 경우 확장 프로그램 업데이트 설명에도 함께 안내합니다.
문제나 문의사항은 크롬 웹스토어의 본 확장 프로그램 페이지에서 지원(Support) 탭을 통해 남겨 주세요.
Last updated: August 4, 2026
This extension does not collect, store, or transmit any personal data. All processing happens entirely within the user's browser. No data is sent to any server accessible by the developer or any third party.
When the user clicks the convert button, the extension processes the content of the current tab solely to generate a PDF. This processing occurs entirely on the user's own computer.
| Data | Purpose | Storage | Sent externally |
|---|---|---|---|
| Page content (rendered) | PDF generation | Memory during conversion → user's download folder | No |
| Page title | PDF filename | Filename only | No |
| Conversion options | Persist user preferences | chrome.storage.sync |
No |
| Conversion status | Popup UI display | chrome.storage.session (cleared on exit) |
No |
Personally identifiable information, credentials, browsing or search history, location, analytics or telemetry, and advertising identifiers are never collected.
The extension makes no network requests whatsoever. It contains no code that initiates network activity and bundles no external libraries or CDN resources.
Page.printToPDF command,
the only way to have Chrome render a page into a true vector PDF. The
session is attached only when the user starts a conversion and detached
immediately afterwards. It is never used to exfiltrate page content.
No data is collected, therefore none is sold or shared.
Please use the Support tab on this extension's Chrome Web Store listing to report issues or ask questions.