Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Cos'è Onyx Readwise Integration?

Onyx Readwise Integration è un'estensione di Chrome sviluppata da https://micahlindley.com, e la sua funzione principale è "Export highlights and notes from Onyx Boox devices into Readwise".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Onyx Readwise Integration

Scarica i file di estensione Onyx Readwise Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
URL Ufficiale https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Descrizione Export highlights and notes from Onyx Boox devices into Readwise
Dimensione del File 7.4 KB
Conteggio Installazioni 102
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-05
Data di Pubblicazione 2023-01-04
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://micahlindley.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}