Onyx Readwise Integration
Export highlights and notes from Onyx Boox devices into Readwise
ما هو Onyx Readwise Integration؟
Onyx Readwise Integration هو إضافة Chrome تم تطويرها بواسطة https://micahlindley.com، والميزة الرئيسية لها هي "Export highlights and notes from Onyx Boox devices into Readwise".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Onyx Readwise Integration
قم بتنزيل ملفات الامتداد Onyx Readwise Integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a Chrome extension with the ability to send highlights and notes from Onyx Boox exported text files to your Readwise account. Simply export your notes, click the extension icon, and click the "Upload a .txt" button. This extension is open-sourced here: https://github.com/micahlt/onyx-readwise-integration
معلومات أساسية عن التمديد
الاسم | Onyx Readwise Integration |
ID | cjgbhgadmoolcfponpofionanoamaooa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa |
الوصف | Export highlights and notes from Onyx Boox devices into Readwise |
حجم الملف | 7.4 KB |
عدد التثبيتات | 102 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-01-05 |
تاريخ النشر | 2023-01-04 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://micahlindley.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Onyx Readwise Integration", "description": "Export highlights and notes from Onyx Boox devices into Readwise", "version": "1.0", "action": { "default_popup": "popup\/popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.readwise.io\/*" ], "permissions": [ "cookies" ] } |