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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |