Kindle to Notion – Highlight Sync Made Simple 제작자: Túlio Sousa
1-click export of Kindle highlights to Notion. Organize by book, tag, and sync Kindle notes to Notion database
사용자 2명사용자 2명
확장 메타 데이터
스크린샷
정보
Kindle to Notion is the ultimate extension for readers, researchers, students, and knowledge workers who want to export Kindle highlights and notes directly into Notion databases. Forget copy-paste headaches. In just one click, your Kindle clippings, annotations, and notes are transformed into structured, searchable entries in Notion.
✨ Key Features
📖 Kindle Integration
-Extract highlights and notes directly from Kindle’s online notebook.
-Supports highlight colors and associated notes.
-Retrieves book title, author, and even the book cover image.
⚙️ Setup & Installation
-Install via Chrome Web Store or load manually in developer mode.
-Create a Notion integration and copy your Internal Integration Token.
-Share your target Notion database with this integration.
-Enter your Notion API Token and Database ID in the extension popup.
Save settings — and you’re ready!
🌍 Supported Kindle Regions
United States → read.amazon.com/notebook
Brazil → ler.amazon.com.br/notebook
🔧 Common Issues & Fixes
“Not on Kindle page” → Navigate to read.amazon.com/notebook first.
“Invalid token” → Double-check your Notion integration token.
“Database not found” → Verify ID and database sharing settings.
“No highlights found” → Ensure your Kindle page is fully loaded.
Are you a developer? Visit our github repo -> https://github.com/tuliosousapro/Kindle-To-Notion-Extension
✨ Key Features
📖 Kindle Integration
-Extract highlights and notes directly from Kindle’s online notebook.
-Supports highlight colors and associated notes.
-Retrieves book title, author, and even the book cover image.
⚙️ Setup & Installation
-Install via Chrome Web Store or load manually in developer mode.
-Create a Notion integration and copy your Internal Integration Token.
-Share your target Notion database with this integration.
-Enter your Notion API Token and Database ID in the extension popup.
Save settings — and you’re ready!
🌍 Supported Kindle Regions
United States → read.amazon.com/notebook
Brazil → ler.amazon.com.br/notebook
🔧 Common Issues & Fixes
“Not on Kindle page” → Navigate to read.amazon.com/notebook first.
“Invalid token” → Double-check your Notion integration token.
“Database not found” → Verify ID and database sharing settings.
“No highlights found” → Ensure your Kindle page is fully loaded.
Are you a developer? Visit our github repo -> https://github.com/tuliosousapro/Kindle-To-Notion-Extension
0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- 알림 표시
- 브라우저 탭에 접근
- ler.amazon.com.br에서 사용자의 데이터에 접근
- read.amazon.com에서 사용자의 데이터에 접근
- read.amazon.ca에서 사용자의 데이터에 접근
- read.amazon.co.uk에서 사용자의 데이터에 접근
- read.amazon.de에서 사용자의 데이터에 접근
- read.amazon.fr에서 사용자의 데이터에 접근
- read.amazon.es에서 사용자의 데이터에 접근
- read.amazon.it에서 사용자의 데이터에 접근
- read.amazon.co.jp에서 사용자의 데이터에 접근
- read.amazon.com.au에서 사용자의 데이터에 접근
- read.amazon.in에서 사용자의 데이터에 접근
- read.amazon.com.mx에서 사용자의 데이터에 접근
선택적 권한:
- ler.amazon.com.br에서 사용자의 데이터에 접근
- read.amazon.com에서 사용자의 데이터에 접근
- read.amazon.ca에서 사용자의 데이터에 접근
- read.amazon.co.uk에서 사용자의 데이터에 접근
- read.amazon.de에서 사용자의 데이터에 접근
- read.amazon.fr에서 사용자의 데이터에 접근
- read.amazon.es에서 사용자의 데이터에 접근
- read.amazon.it에서 사용자의 데이터에 접근
- read.amazon.co.jp에서 사용자의 데이터에 접근
- read.amazon.com.au에서 사용자의 데이터에 접근
- read.amazon.in에서 사용자의 데이터에 접근
- read.amazon.com.mx에서 사용자의 데이터에 접근
- api.notion.com에서 사용자의 데이터에 접근
- www.amazon.com에서 사용자의 데이터에 접근
- www.amazon.com.br에서 사용자의 데이터에 접근
- www.amazon.ca에서 사용자의 데이터에 접근
- www.amazon.co.uk에서 사용자의 데이터에 접근
- www.amazon.de에서 사용자의 데이터에 접근
- www.amazon.fr에서 사용자의 데이터에 접근
- www.amazon.es에서 사용자의 데이터에 접근
- www.amazon.it에서 사용자의 데이터에 접근
- www.amazon.co.jp에서 사용자의 데이터에 접근
- www.amazon.com.au에서 사용자의 데이터에 접근
- www.amazon.in에서 사용자의 데이터에 접근
- www.amazon.com.mx에서 사용자의 데이터에 접근
추가 정보
- 부가 기능 링크
- 버전
- 1.8.0
- 크기
- 147.19 KB
- 마지막 업데이트
- 한 달 전 (2026년 4월 15일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 태그
- 모음집에 추가
kindle2notion-extension/
├── manifest.json # Extension configuration
├── popup.html # User interface
├── popup.js # UI logic and validation
├── popup.css # Modern styling
├── contentScript.js # Extracts data from Kindle's notebook page.
├── background.js # Handles Notion API requests.
└── icons/ # Extension icons
No build process required - it's vanilla JavaScript!)🤝Contributing <img src="https://img.shields.io/github/contributors/tuliosousapro/Kindle-To-Notion-Extension">
We welcome contributions to improve this extension! To contribute:
1. Fork this repository.
2. Create a new branch (
git checkout -b feature/your-feature).3. Make your changes and commit (
git commit -m "Add your feature").4. Push to your branch (
git push origin feature/your-feature).5. Open a pull request with a clear description of your changes.
Please ensure your code follows:
- JavaScript ES6+ standards.
- Chrome's Content Security Policy (no inline scripts).
- Clear commit messages and documentation.
🔐License
This project is licensed under the MIT License. See the LICENSE file for details.
🔒 Privacy & Security
👾Issues
Found a bug or have a feature idea? Open an issue right here in this repo.
- GitHub Issues
- Discussions: GitHub Discussions
Common Issues
| Issue | Solution |
|-------|----------|
| "Not on Kindle page" | Navigate to your Kindle notebook first |
| "Invalid token" | Check your Notion integration token |
| "Database not found" | Verify database ID and sharing permissions |
| "No highlights found" | Ensure the page has loaded completely |
| "Connection failed" | Use the "Test" button to diagnose issues |
🎈FAQ
💡 Curious how it works or have questions?
- Browse the FAQ CALABRESO EDITION for answers, tips, and more.
- Wiki: Project Wiki