My Kindle Highlights

My Kindle Highlights

O que é My Kindle Highlights?

My Kindle Highlights é uma extensão do Chrome desenvolvida por pl101084, e sua principal característica é "My Kindle Highlights".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My Kindle Highlights

Baixe arquivos de extensão My Kindle Highlights no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome My Kindle Highlights My Kindle Highlights
ID codbcfademkhlblegiocccpaimimhkih
URL Oficial https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih
Descrição My Kindle Highlights
Tamanho do Arquivo 22.42 KB
Contagem de Instalações 83
Versão Atual 2.0
Última Atualização 2021-05-06
Data de Publicação 2021-05-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor pl101084
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}