DeepRead Beta Extension

Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...

Hvad er DeepRead Beta Extension?

DeepRead Beta Extension er en Chrome-udvidelse udviklet af deepreaddev, og dens hovedfunktion er "Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...".

Udvidelsesskærmbilleder

Download DeepRead Beta Extension-udvidelses-CRX-fil

Download DeepRead Beta Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This is an extension for the DeepRead browser application.
Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...                    

Grundlæggende oplysninger om udvidelsen

Navn DeepRead Beta Extension DeepRead Beta Extension
ID gophnfcdaafgoihhbpcjcdechglninhp
Officiel URL https://chromewebstore.google.com/detail/deepread-beta-extension/gophnfcdaafgoihhbpcjcdechglninhp
Beskrivelse Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...
Filstørrelse 14.75 KB
Antal Installationer 77
Nuværende Version 0.1.0
Senest Opdateret 2023-08-03
Udgivelsesdato 2023-08-03
Udvikler deepreaddev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://deepread.com/
URL til Fortrolighedspolitik Side https://deepread.com/privacy.html
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DeepRead Beta Extension",
    "description": "Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...",
    "version": "0.1.0",
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    },
    "permissions": [
        "cookies"
    ],
    "optional_permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/app.deepread.com\/*",
            "https:\/\/frontend.deepread.com\/*",
            "https:\/\/dev.deepread.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}