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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Kindle Notes Exporter

قم بتنزيل ملفات الامتداد Kindle Notes Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
    }
}