Onyx Readwise Integration
Export highlights and notes from Onyx Boox devices into Readwise
Vad är Onyx Readwise Integration?
Onyx Readwise Integration är en Chrome-tillägg utvecklad av https://micahlindley.com, och dess huvudfunktion är "Export highlights and notes from Onyx Boox devices into Readwise".
Tilläggsskärmbilder
Ladda ner Onyx Readwise Integration-förlängningens CRX-fil
Ladda ner Onyx Readwise Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Onyx Readwise Integration |
ID | cjgbhgadmoolcfponpofionanoamaooa |
Officiell webbadress | https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa |
Beskrivning | Export highlights and notes from Onyx Boox devices into Readwise |
Filstorlek | 7.4 KB |
Antal Installationer | 102 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-01-05 |
Publiceringsdatum | 2023-01-04 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | https://micahlindley.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |