My Kindle Highlights

My Kindle Highlights

Hvad er My Kindle Highlights?

My Kindle Highlights er en Chrome-udvidelse udviklet af pl101084, og dens hovedfunktion er "My Kindle Highlights".

Udvidelsesskærmbilleder

screenshot

Download My Kindle Highlights-udvidelses-CRX-fil

Download My Kindle Highlights-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn My Kindle Highlights My Kindle Highlights
ID codbcfademkhlblegiocccpaimimhkih
Officiel URL https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih
Beskrivelse My Kindle Highlights
Filstørrelse 22.42 KB
Antal Installationer 83
Nuværende Version 2.0
Senest Opdateret 2021-05-06
Udgivelsesdato 2021-05-06
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler pl101084
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}