Mindmeister Improvements (Legacy Editor)

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

Apa itu Mindmeister Improvements (Legacy Editor)?

Mindmeister Improvements (Legacy Editor) adalah ekstensi Chrome yang dikembangkan oleh Sebastian Contreras, dan fitur utamanya adalah "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mindmeister Improvements (Legacy Editor)

Unduh file ekstensi Mindmeister Improvements (Legacy Editor) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mindmeister Improvements (Legacy Editor) Mindmeister Improvements (Legacy Editor)
ID negkgmmkkdgapdeblmdibcnpacgbbmah
URL Resmi https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah
Deskripsi DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Ukuran File 36.48 KB
Jumlah Instalasi 58
Versi Saat Ini 0.3.17
Terakhir Diperbarui 2022-10-17
Tanggal Publikasi 2020-10-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sebastian Contreras
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}