Onyx Readwise Integration

Export highlights and notes from Onyx Boox devices into Readwise

Qu'est-ce que Onyx Readwise Integration ?

Onyx Readwise Integration est une extension Chrome développée par https://micahlindley.com, et sa fonction principale est "Export highlights and notes from Onyx Boox devices into Readwise".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Onyx Readwise Integration

Téléchargez les fichiers d'extension Onyx Readwise Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Onyx Readwise Integration Onyx Readwise Integration
ID cjgbhgadmoolcfponpofionanoamaooa
URL Officiel https://chromewebstore.google.com/detail/onyx-readwise-integration/cjgbhgadmoolcfponpofionanoamaooa
Description Export highlights and notes from Onyx Boox devices into Readwise
Taille du Fichier 7.4 KB
Nombre d'Installations 102
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-05
Date de Publication 2023-01-04
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://micahlindley.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}