Kindle Notes Exporter

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

¿Qué es Kindle Notes Exporter?

Kindle Notes Exporter es una extensión de Chrome desarrollada por https://blog.douchi.space, y su función principal es "A chrome plugin that export kindle notes to a notion compatible csv file.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Kindle Notes Exporter

Descarga archivos de extensión Kindle Notes Exporter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
URL Oficial https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
Descripción A chrome plugin that export kindle notes to a notion compatible csv file.
Tamaño del Archivo 43.64 KB
Cantidad de Instalaciones 264
Versión Actual 1.0.1
Última Actualización 2021-04-15
Fecha de Publicación 2021-04-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://blog.douchi.space
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mfcndw/kindle-notion
URL de la Página de Ayuda https://www.patreon.com/bePatron?u=46962965
Idiomas Soportados 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"
    }
}