Kindle Notes Exporter
A chrome plugin that export kindle notes to a notion compatible csv file.
Qu'est-ce que Kindle Notes Exporter ?
Kindle Notes Exporter est une extension Chrome développée par https://blog.douchi.space, et sa fonction principale est "A chrome plugin that export kindle notes to a notion compatible csv file.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kindle Notes Exporter
Téléchargez les fichiers d'extension Kindle Notes Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Kindle Notes Exporter |
ID | ogdkdkhjpdgkaodokpammlabdaohebop |
URL Officiel | https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop |
Description | A chrome plugin that export kindle notes to a notion compatible csv file. |
Taille du Fichier | 43.64 KB |
Nombre d'Installations | 264 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-04-15 |
Date de Publication | 2021-04-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://blog.douchi.space |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mfcndw/kindle-notion |
URL de la Page d'Aide | https://www.patreon.com/bePatron?u=46962965 |
Langues Prises en Charge | 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" } } |