Kindle Notes Exporter

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

Cos'è Kindle Notes Exporter?

Kindle Notes Exporter è un'estensione di Chrome sviluppata da https://blog.douchi.space, e la sua funzione principale è "A chrome plugin that export kindle notes to a notion compatible csv file.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kindle Notes Exporter

Scarica i file di estensione Kindle Notes 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
URL Ufficiale https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
Descrizione A chrome plugin that export kindle notes to a notion compatible csv file.
Dimensione del File 43.64 KB
Conteggio Installazioni 264
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-04-15
Data di Pubblicazione 2021-04-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://blog.douchi.space
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mfcndw/kindle-notion
URL della Pagina di Aiuto https://www.patreon.com/bePatron?u=46962965
Lingue Supportate 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"
    }
}