My Kindle Highlights

My Kindle Highlights

Was ist My Kindle Highlights?

My Kindle Highlights ist eine Chrome-Erweiterung, die von pl101084 entwickelt wurde, und ihr Hauptmerkmal ist "My Kindle Highlights".

Erweiterungsscreenshots

screenshot

My Kindle Highlights-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Kindle Highlights-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name My Kindle Highlights My Kindle Highlights
ID codbcfademkhlblegiocccpaimimhkih
Offizielle URL https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih
Beschreibung My Kindle Highlights
Dateigröße 22.42 KB
Installationsanzahl 83
Aktuelle Version 2.0
Letztes Update 2021-05-06
Veröffentlichungsdatum 2021-05-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler pl101084
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}