Mindmeister Improvements (Legacy Editor)

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

Cos'è Mindmeister Improvements (Legacy Editor)?

Mindmeister Improvements (Legacy Editor) è un'estensione di Chrome sviluppata da Sebastian Contreras, e la sua funzione principale è "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mindmeister Improvements (Legacy Editor)

Scarica i file di estensione Mindmeister Improvements (Legacy Editor) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mindmeister Improvements (Legacy Editor) Mindmeister Improvements (Legacy Editor)
ID negkgmmkkdgapdeblmdibcnpacgbbmah
URL Ufficiale https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah
Descrizione DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Dimensione del File 36.48 KB
Conteggio Installazioni 58
Versione Corrente 0.3.17
Ultimo Aggiornamento 2022-10-17
Data di Pubblicazione 2020-10-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Sebastian Contreras
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}