Export Kindle Highlights to Notion V2 (2023)

Export Kindle Highlights and clippings to Notion easily.

Export Kindle Highlights to Notion V2 (2023)란 무엇입니까?

Export Kindle Highlights to Notion V2 (2023)은(는) Anshul Ahuja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export Kindle Highlights and clippings to Notion easily."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Export Kindle Highlights to Notion V2 (2023) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        We are back in 2023 with a solid new upgrade. 

A 1 click way to export your kindle highlights to notion without any signups/installation/setup etc 

Buy me a Coffee: https://www.buymeacoffee.com/anshulahuja

Visual Guide: https://side-hustle-labs.vercel.app/kindle2notion

**Initial Setup** 
1. Install the extension
2. Login to Notion account(You will be redirected to a new tab where you can login to you Notion account)
3. Provide Notion Page Edit Access
4. Use the template provided by the developer

**Update/Upload clippings**
1. Connect Kindle Via USB
2. Open the extension
4. Click Upload New Clippings Files button
5. Select clippings file in Kindle → Documents → My Clippings.txt
6. Submit
7. Click refresh button in status box to keep checking status
8. You can close the browser and extension after starting the sync as all the processing is happening remotely.


Feel free to contact us if the issue persists.

For Support: [email protected]

Feedback/Suggestions Form:https://forms.gle/ze49JUkMhgNZJKHn8                    

확장 프로그램 기본 정보

이름 Export Kindle Highlights to Notion V2 (2023) Export Kindle Highlights to Notion V2 (2023)
ID nmgbhgbkbenpfjkdfladebgcdihbekne
공식 URL https://chromewebstore.google.com/detail/export-kindle-highlights/nmgbhgbkbenpfjkdfladebgcdihbekne
설명 Export Kindle Highlights and clippings to Notion easily.
파일 크기 286 KB
설치 횟수 3,483
현재 버전 2.0.3
최근 업데이트 2023-05-27
출시 날짜 2021-06-25
평점 4.54/5 총 35 개의 평점
개발자 Anshul Ahuja
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://side-hustle-labs.vercel.app/
도움말 페이지 URL https://www.notion.so/Troubleshooting-8896630c283b422483a15cc37eec487c
개인정보 보호 정책 페이지 URL https://side-hustle-labs.vercel.app/privacy/kindle2notion
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Kindle Highlights to Notion V2 (2023)",
    "description": "Export Kindle Highlights and clippings to Notion easily.",
    "manifest_version": 3,
    "version": "2.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*",
        "https:\/\/api.notion.com\/*"
    ]
}