Kindle Notes Exporter
A chrome plugin that export kindle notes to a notion compatible csv file.
什么是Kindle Notes Exporter?
Kindle Notes Exporter是由https://blog.douchi.space开发的Chrome扩展程序,该扩展的主要功能是“A chrome plugin that export kindle notes to a notion compatible csv file.”。
扩展截图
下载Kindle Notes Exporter扩展crx文件
下载Kindle Notes Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ogdkdkhjpdgkaodokpammlabdaohebop |
| 官方URL | https://chromewebstore.google.com/detail/kindle-notes-exporter/ogdkdkhjpdgkaodokpammlabdaohebop |
| 简介 | A chrome plugin that export kindle notes to a notion compatible csv file. |
| 文件大小 | 43.64 KB |
| 安装次数 | 264 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-04-15 |
| 上架时间 | 2021-04-13 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://blog.douchi.space |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mfcndw/kindle-notion |
| 帮助页面URL | https://www.patreon.com/bePatron?u=46962965 |
| 支持的语言 | 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"
}
} | |