Onyx Readwise Integration
Export highlights and notes from Onyx Boox devices into Readwise
Was ist Onyx Readwise Integration?
Onyx Readwise Integration ist eine Chrome-Erweiterung, die von https://micahlindley.com entwickelt wurde, und ihr Hauptmerkmal ist "Export highlights and notes from Onyx Boox devices into Readwise".
Erweiterungsscreenshots
Onyx Readwise Integration-Erweiterungs-CRX-Datei herunterladen
Laden Sie Onyx Readwise Integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Onyx Readwise Integration |
ID | cjgbhgadmoolcfponpofionanoamaooa |
Offizielle URL | https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa |
Beschreibung | Export highlights and notes from Onyx Boox devices into Readwise |
Dateigröße | 7.4 KB |
Installationsanzahl | 102 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-01-05 |
Veröffentlichungsdatum | 2023-01-04 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://micahlindley.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |