DeepRead Beta Extension

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

什么是DeepRead Beta Extension?

DeepRead Beta Extension是由deepreaddev开发的Chrome扩展程序,该扩展的主要功能是“Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...”。

扩展截图

下载DeepRead Beta Extension扩展crx文件

下载DeepRead Beta Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 DeepRead Beta Extension DeepRead Beta Extension
ID gophnfcdaafgoihhbpcjcdechglninhp
官方URL https://chromewebstore.google.com/detail/deepread-beta-extension/gophnfcdaafgoihhbpcjcdechglninhp
简介 Connects to Amazon Kindle library and synchronizes books and highlights. More features coming...
文件大小 14.75 KB
安装次数 77
当前版本 0.1.0
更新时间 2023-08-03
上架时间 2023-08-03
开发者 deepreaddev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://deepread.com/
隐私政策页面URL https://deepread.com/privacy.html
支持的语言 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"
    }
}