Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Co to jest Onyx Readwise Integration?

Onyx Readwise Integration to rozszerzenie Chrome opracowane przez https://micahlindley.com, a jego główną funkcją jest „Export highlights and notes from Onyx Boox devices into Readwise”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Onyx Readwise Integration

Pobierz pliki rozszerzeń Onyx Readwise Integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
Oficjalny URL https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Opis Export highlights and notes from Onyx Boox devices into Readwise
Rozmiar pliku 7.4 KB
Liczba instalacji 102
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-01-05
Data Publikacji 2023-01-04
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://micahlindley.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}