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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |