Kindle bookshelf exporter
Export your Kindle book list.
What is Kindle bookshelf exporter?
Kindle bookshelf exporter is a Chrome extension developed by https://yuji.software, and its main feature is "Export your Kindle book list.".
Extension Screenshots
Download Kindle bookshelf exporter Extension CRX File
Download Kindle bookshelf 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
amazon.co.jp で購入した電子書籍 (Kindle) の一覧をCSV形式・JSON形式でエクスポートするツールです。 # 使い方 1. ツールバーの "Kindle bookshelf exporter" ボタンをクリック (この時、amazon.co.jp のログイン画面が表示された場合は、ログイン後に再度ボタンをクリック) 2. "CSVでダウンロード" または " JSON でダウンロード" をクリック 3. しばらく待つと、ダウンロードが完了します。
Extension Basic Information
Name | Kindle bookshelf exporter |
ID | olimpmeljimffgjonlpmiaebaonnegdp |
Official URL | https://chromewebstore.google.com/detail/kindle-bookshelf-exporter/olimpmeljimffgjonlpmiaebaonnegdp |
Description | Export your Kindle book list. |
File Size | 10.57 KB |
Installation Count | 216 |
Current Version | 0.9.1 |
Last Updated | 2022-10-18 |
Publish Date | 2022-09-05 |
Developer | https://yuji.software |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/YujiSoftware/kindle_bookshelf_exporter |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kindle bookshelf exporter", "version": "0.9.1", "manifest_version": 3, "description": "Export your Kindle book list.", "applications": { "gecko": { "id": "@kindle-bookshelf-exporter" } }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/www.amazon.co.jp\/hz\/mycd\/digital-console\/contentlist\/booksAll\/*" ], "icons": { "48": "[email protected]", "96": "[email protected]" }, "action": { "default_icon": { "32": "[email protected]", "48": "[email protected]", "96": "[email protected]" } }, "background": { "service_worker": "background.js" } } |