Kindle Notes Exporter

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

Wat is Kindle Notes Exporter?

Kindle Notes Exporter is een Chrome-extensie ontwikkeld door https://blog.douchi.space, en de belangrijkste functie is "A chrome plugin that export kindle notes to a notion compatible csv file.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kindle Notes Exporter

Download Kindle Notes Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
Officiële URL https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
Beschrijving A chrome plugin that export kindle notes to a notion compatible csv file.
Bestandsgrootte 43.64 KB
Aantal Installaties 264
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-04-15
Publicatiedatum 2021-04-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://blog.douchi.space
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mfcndw/kindle-notion
Help Pagina-URL https://www.patreon.com/bePatron?u=46962965
Ondersteunde Talen 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"
    }
}