Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Wat is Onyx Readwise Integration?

Onyx Readwise Integration is een Chrome-extensie ontwikkeld door https://micahlindley.com, en de belangrijkste functie is "Export highlights and notes from Onyx Boox devices into Readwise".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Onyx Readwise Integration

Download Onyx Readwise Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
Officiële URL https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Beschrijving Export highlights and notes from Onyx Boox devices into Readwise
Bestandsgrootte 7.4 KB
Aantal Installaties 102
Huidige Versie 1.0
Laatst Bijgewerkt 2023-01-05
Publicatiedatum 2023-01-04
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://micahlindley.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}