Kindle Notes Exporter

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

Co je Kindle Notes Exporter?

Kindle Notes Exporter je rozšíření Chrome vyvinuté https://blog.douchi.space, a jeho hlavní funkcí je „A chrome plugin that export kindle notes to a notion compatible csv file.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Kindle Notes Exporter

Stáhněte si soubory rozšíření Kindle Notes Exporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kindle Notes Exporter Kindle Notes Exporter
ID ogdkdkhjpdgkaodokpammlabdaohebop
Oficiální URL https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop
Popis A chrome plugin that export kindle notes to a notion compatible csv file.
Velikost souboru 43.64 KB
Počet instalací 264
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-04-15
Datum Vydání 2021-04-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://blog.douchi.space
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mfcndw/kindle-notion
URL Stránky Nápovědy https://www.patreon.com/bePatron?u=46962965
Podporované Jazyky 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"
    }
}