Kindle Beautifier

Kindle Beautifier for Highlights

O que é Kindle Beautifier?

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

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Kindle Beautifier

Baixe arquivos de extensão Kindle Beautifier 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

                        Kindle Beautifier is the best way to upgrade your reading experience.  It enhance the highlights page, by giving it book covers and grouping all your selections.

No more bloated text all around the site. Now, is all about you, what your care and your books, in the clearest way you can imagine.

Hope you enjoy it!                    

Informações Básicas da Extensão

Nome Kindle Beautifier Kindle Beautifier
ID dpcilgpodpfccjfajmjlhgaefbhkckfk
URL Oficial https://chromewebstore.google.com/detail/kindle-beautifier/dpcilgpodpfccjfajmjlhgaefbhkckfk
Descrição Kindle Beautifier for Highlights
Tamanho do Arquivo 203 KB
Contagem de Instalações 43
Versão Atual 1.0.1
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor carlyeah
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "*.ttf"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kindle.amazon.com\/your_highlights"
            ],
            "js": [
                "bower_components\/lodash\/dist\/lodash.min.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Kindle Beautifier"
    }
}