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 |
| Eメール | [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"
]
}
]
} | |