Kindle bookshelf exporter

Export your Kindle book list.

Cos'è Kindle bookshelf exporter?

Kindle bookshelf exporter è un'estensione di Chrome sviluppata da https://yuji.software, e la sua funzione principale è "Export your Kindle book list.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kindle bookshelf exporter

Scarica i file di estensione Kindle bookshelf exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

# 使い方

1. ツールバーの "Kindle bookshelf exporter" ボタンをクリック
 (この時、amazon.co.jp のログイン画面が表示された場合は、ログイン後に再度ボタンをクリック)
2. "CSVでダウンロード" または " JSON でダウンロード" をクリック
3. しばらく待つと、ダウンロードが完了します。                    

Informazioni di Base sull'Estensione

Nome Kindle bookshelf exporter Kindle bookshelf exporter
ID olimpmeljimffgjonlpmiaebaonnegdp
URL Ufficiale https://chromewebstore.google.com/detail/kindle-bookshelf-exporter/olimpmeljimffgjonlpmiaebaonnegdp
Descrizione Export your Kindle book list.
Dimensione del File 10.57 KB
Conteggio Installazioni 216
Versione Corrente 0.9.1
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2022-09-05
Sviluppatore https://yuji.software
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/YujiSoftware/kindle_bookshelf_exporter
Lingue Supportate 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"
    }
}