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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome plugin that export kindle notes to a notion compatible csv file."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kindle Notes Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |