Kindle Notes Exporter
A chrome plugin that export kindle notes to a notion compatible csv file.
What is Kindle Notes Exporter?
Kindle Notes Exporter is a Chrome extension developed by https://blog.douchi.space, and its main feature is "A chrome plugin that export kindle notes to a notion compatible csv file.".
Extension Screenshots
Download Kindle Notes Exporter Extension CRX File
Download Kindle Notes Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kindle Notes Exporter |
ID | ogdkdkhjpdgkaodokpammlabdaohebop |
Official URL | https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop |
Description | A chrome plugin that export kindle notes to a notion compatible csv file. |
File Size | 43.64 KB |
Installation Count | 264 |
Current Version | 1.0.1 |
Last Updated | 2021-04-15 |
Publish Date | 2021-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://blog.douchi.space |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mfcndw/kindle-notion |
Help Page URL | https://www.patreon.com/bePatron?u=46962965 |
Supported Languages | 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" } } |