My Kindle Highlights
My Kindle Highlights
Vad är My Kindle Highlights?
My Kindle Highlights är en Chrome-tillägg utvecklad av pl101084, och dess huvudfunktion är "My Kindle Highlights".
Tilläggsskärmbilder
Ladda ner My Kindle Highlights-förlängningens CRX-fil
Ladda ner My Kindle Highlights-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | My Kindle Highlights |
ID | codbcfademkhlblegiocccpaimimhkih |
Officiell webbadress | https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih |
Beskrivning | My Kindle Highlights |
Filstorlek | 22.42 KB |
Antal Installationer | 83 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2021-05-06 |
Publiceringsdatum | 2021-05-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | pl101084 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |