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. -…”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Mindmeister Improvements (Legacy Editor) Mindmeister Improvements (Legacy Editor)
ID negkgmmkkdgapdeblmdibcnpacgbbmah
官方網址 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"
            ]
        }
    ]
}