My Kindle Highlights

My Kindle Highlights

什么是My Kindle Highlights?

My Kindle Highlights是由pl101084开发的Chrome扩展程序,该扩展的主要功能是“My Kindle Highlights”。

扩展截图

screenshot

下载My Kindle Highlights扩展crx文件

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

扩展使用说明

                        After the user logs in to the Amazon Kindle page, this extension will parse the webpage in order to identify the Kindle books that have highlights made by the user and export the highlights with the book details into a JSON file. The user is then offered the option to save this file locally.                    

扩展基本信息

名称 My Kindle Highlights My Kindle Highlights
ID codbcfademkhlblegiocccpaimimhkih
官方URL https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih
简介 My Kindle Highlights
文件大小 22.42 KB
安装次数 83
当前版本 2.0
更新时间 2021-05-06
上架时间 2021-05-06
评分 5.00/5 共1次评分
开发者 pl101084
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Kindle Highlights",
    "description": "My Kindle Highlights",
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/MyKindleHighlights16.png",
            "32": "\/images\/MyKindleHighlights32.png",
            "48": "\/images\/MyKindleHighlights48.png",
            "128": "\/images\/MyKindleHighlights128.png"
        }
    },
    "icons": {
        "16": "\/images\/MyKindleHighlights16.png",
        "32": "\/images\/MyKindleHighlights32.png",
        "48": "\/images\/MyKindleHighlights48.png",
        "128": "\/images\/MyKindleHighlights128.png"
    }
}