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) هو إضافة Chrome تم تطويرها بواسطة Sebastian Contreras، والميزة الرئيسية لها هي "DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mindmeister Improvements (Legacy Editor)
قم بتنزيل ملفات الامتداد Mindmeister Improvements (Legacy Editor) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |