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
Eメール [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"
    ]
}