My Kindle Highlights
My Kindle Highlights
Apa itu My Kindle Highlights?
My Kindle Highlights adalah ekstensi Chrome yang dikembangkan oleh pl101084, dan fitur utamanya adalah "My Kindle Highlights".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My Kindle Highlights
Unduh file ekstensi My Kindle Highlights dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | My Kindle Highlights |
ID | codbcfademkhlblegiocccpaimimhkih |
URL Resmi | https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih |
Deskripsi | My Kindle Highlights |
Ukuran File | 22.42 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2021-05-06 |
Tanggal Publikasi | 2021-05-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | pl101084 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |