Mindmeister Improvements (Legacy Editor)
DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…
Mindmeister Improvements (Legacy Editor) क्या है?
Mindmeister Improvements (Legacy Editor) Sebastian Contreras द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mindmeister Improvements (Legacy Editor) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Mindmeister Improvements (Legacy Editor) |
ID | negkgmmkkdgapdeblmdibcnpacgbbmah |
आधिकारिक URL | https://chromewebstore.google.com/detail/mindmeister-improvements/negkgmmkkdgapdeblmdibcnpacgbbmah |
विवरण | DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -… |
फ़ाइल का आकार | 36.48 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.3.17 |
अंतिम अपडेट | 2022-10-17 |
प्रकाशन तिथि | 2020-10-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Sebastian Contreras |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |