My Kindle Highlights
My Kindle Highlights
Co to jest My Kindle Highlights?
My Kindle Highlights to rozszerzenie Chrome opracowane przez pl101084, a jego główną funkcją jest „My Kindle Highlights”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My Kindle Highlights
Pobierz pliki rozszerzeń My Kindle Highlights w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | My Kindle Highlights |
ID | codbcfademkhlblegiocccpaimimhkih |
Oficjalny URL | https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih |
Opis | My Kindle Highlights |
Rozmiar pliku | 22.42 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2021-05-06 |
Data Publikacji | 2021-05-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | pl101084 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |