Mindmeister Improvements (Legacy Editor)
DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Co to jest Mindmeister Improvements (Legacy Editor)?
Mindmeister Improvements (Legacy Editor) to rozszerzenie Chrome opracowane przez Sebastian Contreras, a jego główną funkcją jest „DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mindmeister Improvements (Legacy Editor)
Pobierz pliki rozszerzeń Mindmeister Improvements (Legacy Editor) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Mindmeister Improvements (Legacy Editor) |
ID | negkgmmkkdgapdeblmdibcnpacgbbmah |
Oficjalny URL | https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah |
Opis | DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -… |
Rozmiar pliku | 36.48 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 0.3.17 |
Ostatnia Aktualizacja | 2022-10-17 |
Data Publikacji | 2020-10-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Sebastian Contreras |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |