Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Co je Onyx Readwise Integration?

Onyx Readwise Integration je rozšíření Chrome vyvinuté https://micahlindley.com, a jeho hlavní funkcí je „Export highlights and notes from Onyx Boox devices into Readwise“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Onyx Readwise Integration

Stáhněte si soubory rozšíření Onyx Readwise Integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
Oficiální URL https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Popis Export highlights and notes from Onyx Boox devices into Readwise
Velikost souboru 7.4 KB
Počet instalací 102
Aktuální Verze 1.0
Poslední Aktualizace 2023-01-05
Datum Vydání 2023-01-04
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://micahlindley.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}