FRONTEND·중요도 7·2026. 05. 24.·Dev.to

rabbitholes: how I built a Chrome extension with no server to touch your data

── KO ──────────────────

rabbitholes는 서버 없이 크롬 확장 프로그램을 만들어 데이터 프라이버시를 보장합니다.

rabbitholes는 데이터 프라이버시를 설계로 보장하는 크롬 확장 프로그램입니다. 이 확장은 중간 서버 없이 브라우저에서 직접 외부 API에 요청을 보내고, Chrome 저장소에 API 키를 안전하게 보관합니다. Manifest V3를 준수하면서도 각 요청이 무엇을 하는지 명확하게 해주는 기능을 제공합니다. 사용자는 페이지의 텍스트를 강조하면 관련된 설명을 인라인으로 받을 수 있습니다.


── EN ──────────────────

rabbitholes ensures data privacy by building a Chrome extension without any server.

rabbitholes is a Chrome extension designed to guarantee data privacy from the ground up. It sends requests directly to external APIs without an intermediary server and securely stores the API key in Chrome's storage. The architecture facilitates compliance with Manifest V3 while providing clear functionality that allows users to highlight text and receive inline explanations. Users can dive deeper into topics through the extension's interactive features.

원문 보기 →목록으로