A minimalist Chrome notepad extension with multi-chapter, multi-page, auto-save, and local storage support.
-
Multi-chapter management
- Add, rename, and delete chapters
- Confirmation prompt before deleting a chapter to prevent accidental deletion
-
Multi-page support
- Each chapter can contain multiple pages
- Quickly switch between previous and next pages
-
Auto save
- Automatically saves to Chrome local storage while typing
- Manual save available with Ctrl+S / Cmd+S
-
Undo & Redo
- Supports Ctrl+Z / Cmd+Z undo and Ctrl+Y / Ctrl+Shift+Z / Cmd+Shift+Z redo
- Each page keeps its own last 100 editing records
-
Statistics
- Real-time display of character, word, and line counts
-
UI settings
- Auto-save toggle
- Chinese / English language switch
- Download or clone this repository to your local machine.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top-right corner.
- Click "Load unpacked" and select the project folder.
- Click the extension icon in the toolbar to use it.
- Uses
chrome.storage.localfor persistent storage; content is retained after the extension closes. - Pure native HTML / CSS / JavaScript with no external dependencies.