Scribd Readwise Integration

Export Scribd and Everand highlights into Readwise

Wat is Scribd Readwise Integration?

Scribd Readwise Integration is een Chrome-extensie ontwikkeld door https://micahlindley.com, en de belangrijkste functie is "Export Scribd and Everand highlights into Readwise".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scribd Readwise Integration

Download Scribd Readwise Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a Chrome extension with the ability to send highlights from a Scribd/Everand book to your Readwise account. Simply open the book, click the extension icon, and click the "Export to Readwise" button. In contrast, here's the way Readwise asks you to import from Scribd: https://help.readwise.io/article/83-how-do-i-import-highlights-from-scribd

This extension is open-sourced here: https://github.com/micahlt/scribd-readwise-integration                    

Basisinformatie over de Extensie

Naam Scribd Readwise Integration Scribd Readwise Integration
ID ilpnpfninhcmhcnnecbaefciaaenkefo
Officiële URL https://chromewebstore.google.com/detail/scribd-readwise-integrati/ilpnpfninhcmhcnnecbaefciaaenkefo
Beschrijving Export Scribd and Everand highlights into Readwise
Bestandsgrootte 8.98 KB
Aantal Installaties 1,317
Huidige Versie 1.3
Laatst Bijgewerkt 2023-11-20
Publicatiedatum 2022-12-30
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://micahlindley.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://micahlindley.com
Help Pagina-URL https://github.com/micahlt/scribd-readwise-integration
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scribd Readwise Integration",
    "description": "Export Scribd and Everand highlights into Readwise",
    "version": "1.3",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.readwise.io\/*",
        "*:\/\/*.scribd.com\/*",
        "*:\/\/*.everand.com\/*"
    ],
    "permissions": [
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "export.js"
            ],
            "matches": [
                "*:\/\/*.scribd.com\/*",
                "*:\/\/*.everand.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.scribd.com\/*",
            "*:\/\/*.everand.com\/*"
        ]
    }
}