Kindle bookshelf exporter

Kindle bookshelf exporter

amazon.co.jp で購入した電子書籍(Kindle)の一覧をCSV形式・JSON形式でエクスポートするツール

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Kindle bookshelf exporter",
  "version": "0.9.1",
  "manifest_version": 2,
  "description": "Export your Kindle book list.",
  "applications": {
    "gecko": {
      "id": "@kindle-bookshelf-exporter"
    }
  },
  "permissions": [
    "https://www.amazon.co.jp/hz/mycd/digital-console/contentlist/booksAll/*"
  ],
  "icons": {
    "48": "[email protected]",
    "96": "[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "32": "[email protected]",
      "48": "[email protected]",
      "96": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}