A Chrome extension that replaces the new tab page with a plain-text notepad.
- Multiple notes with auto-save (500ms debounce)
- Line numbers with overflow indicator (
›) for lines exceeding the visible width - Syncs across tabs in real time
- Safe during Japanese IME input — updates from other tabs are held until composition ends
- No build step — plain HTML / CSS / ES Modules
- Clone this repository
- Open
chrome://extensionsin Chrome - Enable Developer mode
- Click Load unpacked and select the repository root
https://chromewebstore.google.com/detail/fheahjkhknoainbllbkijhmjknhbfkme?utm_source=item-share-cb
| Action | macOS | Windows / Linux |
|---|---|---|
| New note | Cmd + Shift + Enter |
Ctrl + Shift + Enter |
| Note list | Cmd + Shift + K |
Ctrl + Shift + K |
| Back to editor | Esc |
Esc |
MIT © Norikazu Kato