Mindmeister Improvements (Legacy Editor)
DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Co je Mindmeister Improvements (Legacy Editor)?
Mindmeister Improvements (Legacy Editor) je rozšíření Chrome vyvinuté Sebastian Contreras, a jeho hlavní funkcí je „DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mindmeister Improvements (Legacy Editor)
Stáhněte si soubory rozšíření Mindmeister Improvements (Legacy Editor) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Mindmeister Improvements (Legacy Editor) |
ID | negkgmmkkdgapdeblmdibcnpacgbbmah |
Oficiální URL | https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah |
Popis | DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -… |
Velikost souboru | 36.48 KB |
Počet instalací | 58 |
Aktuální Verze | 0.3.17 |
Poslední Aktualizace | 2022-10-17 |
Datum Vydání | 2020-10-16 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Sebastian Contreras |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |