Readavocado Kindle Sync

Sync your Kindle highlight with your ReadAvocado account

什么是Readavocado Kindle Sync?

Readavocado Kindle Sync是由Readavocado team开发的Chrome扩展程序,该扩展的主要功能是“Sync your Kindle highlight with your ReadAvocado account”。

扩展截图

screenshot
screenshot

下载Readavocado Kindle Sync扩展crx文件

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

扩展使用说明

                        Sync your Kindle highlight with your Readavocado account.

How to use
1. Install extension.
2. Click on extension in the browser bar, enter your Readavocado email and password to acquire access token 
3. Click the extension icon again wait a moment until you are redirected to Readavocado app.                    

扩展基本信息

名称 Readavocado Kindle Sync Readavocado Kindle Sync
ID kobebihabdbkebkefamnblolpfgdnfnn
官方URL https://chromewebstore.google.com/detail/readavocado-kindle-sync/kobebihabdbkebkefamnblolpfgdnfnn
简介 Sync your Kindle highlight with your ReadAvocado account
文件大小 618 KB
安装次数 79
当前版本 0.1.3
更新时间 2022-09-30
上架时间 2022-08-26
评分 5.00/5 共1次评分
开发者 Readavocado team
电子邮箱 [email protected]
付费类型 free
扩展官网 https://readavocado.com
隐私政策页面URL https://readavocado.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readavocado Kindle Sync",
    "action": [],
    "manifest_version": 3,
    "version": "0.1.3",
    "options_page": "options.html",
    "description": "Sync your Kindle highlight with your ReadAvocado account",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "host_permissions": [
        "https:\/\/read.amazon.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}