AI 产品解读Coding test timer and problem note-taking tool
Helps users manage time and track problems while preparing for coding interviews on platforms like Programmers, Baekjoon, LeetCode, and HackerRank.
User installs extension -> Extension injects scripts into supported coding platforms -> Timer appears automatically or via popup -> User sets time and starts -> Timer notifies when done -> User can save problems to a list -> Optional: Connect GitHub to auto-upload code
Timer with countdown and alarmCounter for measuring total timeSave and manage problem links (star icon)Push notifications when timer endsGitHub repository code upload integrationModal or in-page timer display options
- 目标用户
- Korean developers preparing for coding interviews / Users of Programmers, Baekjoon, LeetCode, HackerRank
- The extension is heavily minified/bundled (React, Axios), making some logic hard to trace. However, the key files (manifest, welcome.ts, background.js) were readable and sufficient for the analysis.
付费分析未识别到付费功能
There is no evidence of paid features, subscriptions, or billing within the extension. The extension is free, uses local storage for data, and the GitHub integration uses the user's own GitHub account and tokens. No payment platforms or premium feature gates were found.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not require a user account to function. The core features (timer, counter, saving problems) work locally using chrome.storage. The only external authentication is for the optional GitHub code upload feature, which uses a personal access token (stored locally) rather than a mandatory login flow. The extension itself has no login UI or account creation flow.
타이머/카운터 기능 잘 쓰고 있습니다! 좋은 익스텐션을 만들어주셔서 감사합니다 :) 현재 코답노트 팝업창에 백준, 프로그래머스, 해커코드, 릿코드 즐겨찾기 문제 목록이 있는데요! 대부분 자신이 푸는 사이트의 문제를 풀기에 마지막으로 선택한 문제 사이트로 고정될 수 있게끔 해주신다면 좋을 것 같다는 생각이 들었습니다! 예시로 프로그래머스를 마지막으로 클릭 시, 다음에 팝업창을 켰을 때 프로그래머스로 고정되는 것입니다!
github 업로드 기능 완전 편해요! 감사합니다 잘 쓸게요!!