Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Onyx Readwise Integration क्या है?

Onyx Readwise Integration https://micahlindley.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export highlights and notes from Onyx Boox devices into Readwise"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Onyx Readwise Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}