Onyx Readwise Integration
Export highlights and notes from Onyx Boox devices into Readwise
什麼是Onyx Readwise Integration?
Onyx Readwise Integration是由https://micahlindley.com開發的Chrome擴展程式,該擴展的主要功能是“Export highlights and notes from Onyx Boox devices into Readwise”。
擴展截圖
下載Onyx Readwise Integration擴展crx文件
下載Onyx Readwise Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Onyx Readwise Integration |
ID | cjgbhgadmoolcfponpofionanoamaooa |
官方網址 | https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa |
簡介 | Export highlights and notes from Onyx Boox devices into Readwise |
檔案大小 | 7.4 KB |
安裝次數 | 102 |
目前版本 | 1.0 |
更新時間 | 2023-01-05 |
上架時間 | 2023-01-04 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://micahlindley.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |