Kindle Notes Exporter

Kindle Notes Exporter

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

Merlin
Additional files are visible only to premium users

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"
  }
}