Mindmeister Improvements (Legacy Editor)

DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…

O que é Mindmeister Improvements (Legacy Editor)?

Mindmeister Improvements (Legacy Editor) é uma extensão do Chrome desenvolvida por Sebastian Contreras, e sua principal característica é "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mindmeister Improvements (Legacy Editor)

Baixe arquivos de extensão Mindmeister Improvements (Legacy Editor) 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

                        DISCLAIMER:
This extension ONLY works with the LEGACY editor.

Overrides some styles for better background image presentations.
- Notes space is bigger (It goes well with the mark-down chrome extension).
- Automatic padding added to content (like when you paste code from VS code)
- Background Images covers. (Select a background image and check no-repeat)
- Color desaturation for background images
- Blurred effect for background images
- Metabookmarks Extension integration for automatic search integration.
- If you add a query parameter in the URL with a keyword, your map will be loaded and unlocked in the corresponding search result.

Version Changes (0.3.17)
- Fix the Issue with leaving the hovering event.

Note: Once you set your background Image, reload your mind map page to see the background.                    

Informações Básicas da Extensão

Nome Mindmeister Improvements (Legacy Editor) Mindmeister Improvements (Legacy Editor)
ID negkgmmkkdgapdeblmdibcnpacgbbmah
URL Oficial https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah
Descrição DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Tamanho do Arquivo 36.48 KB
Contagem de Instalações 58
Versão Atual 0.3.17
Última Atualização 2022-10-17
Data de Publicação 2020-10-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Sebastian Contreras
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindmeister Improvements (Legacy Editor)",
    "version": "0.3.17",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mindmeister.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "overrides.css"
            ]
        }
    ]
}