My Kindle Highlights
My Kindle Highlights
Wat is My Kindle Highlights?
My Kindle Highlights is een Chrome-extensie ontwikkeld door pl101084, en de belangrijkste functie is "My Kindle Highlights".
Extensie Screenshots
Download het CRX-bestand van de extensie My Kindle Highlights
Download My Kindle Highlights-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | My Kindle Highlights |
ID | codbcfademkhlblegiocccpaimimhkih |
Officiële URL | https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih |
Beschrijving | My Kindle Highlights |
Bestandsgrootte | 22.42 KB |
Aantal Installaties | 83 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2021-05-06 |
Publicatiedatum | 2021-05-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pl101084 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |