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文件

下載Export Kindle Highlights to Notion V2 (2023)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}