Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Apa itu Onyx Readwise Integration?

Onyx Readwise Integration adalah ekstensi Chrome yang dikembangkan oleh https://micahlindley.com, dan fitur utamanya adalah "Export highlights and notes from Onyx Boox devices into Readwise".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Onyx Readwise Integration

Unduh file ekstensi Onyx Readwise Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
URL Resmi https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Deskripsi Export highlights and notes from Onyx Boox devices into Readwise
Ukuran File 7.4 KB
Jumlah Instalasi 102
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-01-05
Tanggal Publikasi 2023-01-04
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://micahlindley.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}