Mindmeister Improvements (Legacy Editor)
DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Vad är Mindmeister Improvements (Legacy Editor)?
Mindmeister Improvements (Legacy Editor) är en Chrome-tillägg utvecklad av Sebastian Contreras, och dess huvudfunktion är "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".
Tilläggsskärmbilder
Ladda ner Mindmeister Improvements (Legacy Editor)-förlängningens CRX-fil
Ladda ner Mindmeister Improvements (Legacy Editor)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | negkgmmkkdgapdeblmdibcnpacgbbmah |
| Officiell webbadress | https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah |
| Beskrivning | DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -… |
| Filstorlek | 36.48 KB |
| Antal Installationer | 58 |
| Aktuell Version | 0.3.17 |
| Senast Uppdaterad | 2022-10-17 |
| Publiceringsdatum | 2020-10-16 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Sebastian Contreras |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |