Kindle Notes Exporter

A chrome plugin that export kindle notes to a notion compatible csv file.

Kindle Notes Exporter란 무엇입니까?

Kindle Notes Exporter은(는) https://blog.douchi.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome plugin that export kindle notes to a notion compatible csv file."입니다.

확장 프로그램 스크린샷

screenshot

Kindle Notes Exporter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin will convert the current selected kindle notes of user's logged in Kindle note page to a CSV file.
User can import the CSV into a notion table by using "merge with CSV" in Notion, as well as into other software as long as it supports CSV.
Currently only support US kindle account.                    

확장 프로그램 기본 정보

이름 Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
공식 URL https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
설명 A chrome plugin that export kindle notes to a notion compatible csv file.
파일 크기 43.64 KB
설치 횟수 264
현재 버전 1.0.1
최근 업데이트 2021-04-15
출시 날짜 2021-04-13
평점 5.00/5 총 1 개의 평점
개발자 https://blog.douchi.space
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mfcndw/kindle-notion
도움말 페이지 URL https://www.patreon.com/bePatron?u=46962965
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Notes Exporter",
    "description": "A chrome plugin that export kindle notes to a notion compatible csv file.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/images\/logo.png"
        }
    },
    "icons": {
        "128": "\/images\/logo.png"
    }
}