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开发的Chrome扩展程序,该扩展的主要功能是“DISCLAIMER: This extension ONLY works with the LEGACY editor. Overrides some styles for better background image presentations. -…”。
扩展截图
下载Mindmeister Improvements (Legacy Editor)扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |