Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Onyx Readwise Integrationคืออะไร?

Onyx Readwise Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://micahlindley.com และคุณลักษณะหลักของมันคือ "Export highlights and notes from Onyx Boox devices into Readwise"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Onyx Readwise Integration

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}