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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |