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