Kindle Notes Exporter

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

Vad är Kindle Notes Exporter?

Kindle Notes Exporter är en Chrome-tillägg utvecklad av https://blog.douchi.space, och dess huvudfunktion är "A chrome plugin that export kindle notes to a notion compatible csv file.".

Tilläggsskärmbilder

screenshot

Ladda ner Kindle Notes Exporter-förlängningens CRX-fil

Ladda ner Kindle Notes Exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
Officiell webbadress https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
Beskrivning A chrome plugin that export kindle notes to a notion compatible csv file.
Filstorlek 43.64 KB
Antal Installationer 264
Aktuell Version 1.0.1
Senast Uppdaterad 2021-04-15
Publiceringsdatum 2021-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://blog.douchi.space
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/mfcndw/kindle-notion
Hjälpsida URL https://www.patreon.com/bePatron?u=46962965
Stödda Språk 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"
    }
}