Kindle Notes Exporter
A chrome plugin that export kindle notes to a notion compatible csv file.
O que é Kindle Notes Exporter?
Kindle Notes Exporter é uma extensão do Chrome desenvolvida por https://blog.douchi.space, e sua principal característica é "A chrome plugin that export kindle notes to a notion compatible csv file.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kindle Notes Exporter
Baixe arquivos de extensão Kindle Notes Exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Kindle Notes Exporter |
ID | ogdkdkhjpdgkaodokpammlabdaohebop |
URL Oficial | https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop |
Descrição | A chrome plugin that export kindle notes to a notion compatible csv file. |
Tamanho do Arquivo | 43.64 KB |
Contagem de Instalações | 264 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-04-15 |
Data de Publicação | 2021-04-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://blog.douchi.space |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mfcndw/kindle-notion |
URL da Página de Ajuda | https://www.patreon.com/bePatron?u=46962965 |
Idiomas Suportados | 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" } } |