Mindmeister Improvements (Legacy Editor)
DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Wat is Mindmeister Improvements (Legacy Editor)?
Mindmeister Improvements (Legacy Editor) is een Chrome-extensie ontwikkeld door Sebastian Contreras, en de belangrijkste functie is "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".
Extensie Screenshots
Download het CRX-bestand van de extensie Mindmeister Improvements (Legacy Editor)
Download Mindmeister Improvements (Legacy Editor)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | negkgmmkkdgapdeblmdibcnpacgbbmah |
| Officiële URL | https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah |
| Beschrijving | DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -… |
| Bestandsgrootte | 36.48 KB |
| Aantal Installaties | 58 |
| Huidige Versie | 0.3.17 |
| Laatst Bijgewerkt | 2022-10-17 |
| Publicatiedatum | 2020-10-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Sebastian Contreras |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |