Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Onyx Readwise Integration là gì?

Onyx Readwise Integration là một tiện ích mở rộng Chrome được phát triển bởi https://micahlindley.com, và tính năng chính của nó là "Export highlights and notes from Onyx Boox devices into Readwise".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Onyx Readwise Integration

Tải xuống các tệp mở rộng Onyx Readwise Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
URL Chính Thức https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Mô tả Export highlights and notes from Onyx Boox devices into Readwise
Kích Thước Tệp 7.4 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-05
Ngày Phát Hành 2023-01-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://micahlindley.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}