Kindle Notes Exporter
A chrome plugin that export kindle notes to a notion compatible csv file.
Kindle Notes Exporterคืออะไร?
Kindle Notes Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.douchi.space และคุณลักษณะหลักของมันคือ "A chrome plugin that export kindle notes to a notion compatible csv file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kindle Notes Exporter
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kindle Notes Exporter |
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" } } |