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”。

扩展截图

screenshot

下载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 Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
官方URL 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"
    ]
}