Kindle Notes Exporter

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

Kindle Notes Exporter là gì?

Kindle Notes Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://blog.douchi.space, và tính năng chính của nó là "A chrome plugin that export kindle notes to a notion compatible csv file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kindle Notes Exporter

Tải xuống các tệp mở rộng Kindle Notes Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
URL Chính Thức https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
Mô tả A chrome plugin that export kindle notes to a notion compatible csv file.
Kích Thước Tệp 43.64 KB
Số Lần Cài Đặt 264
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-04-15
Ngày Phát Hành 2021-04-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://blog.douchi.space
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mfcndw/kindle-notion
URL Trang Trợ Giúp https://www.patreon.com/bePatron?u=46962965
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}