My Kindle Highlights

My Kindle Highlights

What is My Kindle Highlights?

My Kindle Highlights is a Chrome extension developed by pl101084, and its main feature is "My Kindle Highlights".

Extension Screenshots

screenshot

Download My Kindle Highlights Extension CRX File

Download My Kindle Highlights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name My Kindle Highlights My Kindle Highlights
ID codbcfademkhlblegiocccpaimimhkih
Official URL https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih
Description My Kindle Highlights
File Size 22.42 KB
Installation Count 83
Current Version 2.0
Last Updated 2021-05-06
Publish Date 2021-05-06
Rating 5.00/5 Total 1 Ratings
Developer pl101084
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}