Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

What is Onyx Readwise Integration?

Onyx Readwise Integration is a Chrome extension developed by https://micahlindley.com, and its main feature is "Export highlights and notes from Onyx Boox devices into Readwise".

Extension Screenshots

screenshot

Download Onyx Readwise Integration Extension CRX File

Download Onyx Readwise Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
Official URL https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Description Export highlights and notes from Onyx Boox devices into Readwise
File Size 7.4 KB
Installation Count 102
Current Version 1.0
Last Updated 2023-01-05
Publish Date 2023-01-04
Rating 3.67/5 Total 3 Ratings
Developer https://micahlindley.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}