Mindmeister Improvements (Legacy Editor)

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

What is Mindmeister Improvements (Legacy Editor)?

Mindmeister Improvements (Legacy Editor) is a Chrome extension developed by Sebastian Contreras, and its main feature is "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mindmeister Improvements (Legacy Editor) Extension CRX File

Download Mindmeister Improvements (Legacy Editor) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mindmeister Improvements (Legacy Editor) Mindmeister Improvements (Legacy Editor)
ID negkgmmkkdgapdeblmdibcnpacgbbmah
Official URL https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah
Description DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
File Size 36.48 KB
Installation Count 58
Current Version 0.3.17
Last Updated 2022-10-17
Publish Date 2020-10-16
Rating 5.00/5 Total 1 Ratings
Developer Sebastian Contreras
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}