My Kindle Highlights
My Kindle Highlights
Qu'est-ce que My Kindle Highlights ?
My Kindle Highlights est une extension Chrome développée par pl101084, et sa fonction principale est "My Kindle Highlights".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Kindle Highlights
Téléchargez les fichiers d'extension My Kindle Highlights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | My Kindle Highlights |
ID | codbcfademkhlblegiocccpaimimhkih |
URL Officiel | https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih |
Description | My Kindle Highlights |
Taille du Fichier | 22.42 KB |
Nombre d'Installations | 83 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-05-06 |
Date de Publication | 2021-05-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | pl101084 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |