Mindmeister Improvements (Legacy Editor)
DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Qu'est-ce que Mindmeister Improvements (Legacy Editor) ?
Mindmeister Improvements (Legacy Editor) est une extension Chrome développée par Sebastian Contreras, et sa fonction principale est "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mindmeister Improvements (Legacy Editor)
Téléchargez les fichiers d'extension Mindmeister Improvements (Legacy Editor) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Mindmeister Improvements (Legacy Editor) |
ID | negkgmmkkdgapdeblmdibcnpacgbbmah |
URL Officiel | https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah |
Description | DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -… |
Taille du Fichier | 36.48 KB |
Nombre d'Installations | 58 |
Version Actuelle | 0.3.17 |
Dernière Mise à Jour | 2022-10-17 |
Date de Publication | 2020-10-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sebastian Contreras |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |