Onyx Readwise Integration
Export highlights and notes from Onyx Boox devices into Readwise
Hvad er Onyx Readwise Integration?
Onyx Readwise Integration er en Chrome-udvidelse udviklet af https://micahlindley.com, og dens hovedfunktion er "Export highlights and notes from Onyx Boox devices into Readwise".
Udvidelsesskærmbilleder
Download Onyx Readwise Integration-udvidelses-CRX-fil
Download Onyx Readwise Integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Onyx Readwise Integration |
ID | cjgbhgadmoolcfponpofionanoamaooa |
Officiel URL | https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa |
Beskrivelse | Export highlights and notes from Onyx Boox devices into Readwise |
Filstørrelse | 7.4 KB |
Antal Installationer | 102 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-01-05 |
Udgivelsesdato | 2023-01-04 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | https://micahlindley.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |