2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,288 stars (11,288 stars)701 forks (701 forks)batch import
feature requesthelp wanted
Description
你好
可以在选择查词自动加入生词本这个选项吗
有时候 不认识的生词比较多 每次查词都要点一下 手有点累
Contributor guide
- Tech stack
- typescripthtmlcss
- Domain
- frontendtooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- TypeScript familiarityBrowser extension development basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- The feature request asks for an option to automatically add looked up words to the new word notebook. Currently, users manually click to save words. To implement, locate the popup UI (likely in 'src/popup' or similar) and add a toggle switch. Then, in the background script or content script that handles word lookup, check the toggle state (e.g., via chrome.storage) and automatically call the notebook save function when a word is looked up. Check existing notebook code in 'src/background/notebook.ts' or similar. No linked PRs or assignees indicate this is unclaimed.