MapsOfMind: Save to mindmap
Save the selected text from the active tab to your MapsOfMind map.
What is MapsOfMind: Save to mindmap?
MapsOfMind: Save to mindmap is a Chrome extension developed by MapsOfMind, and its main feature is "Save the selected text from the active tab to your MapsOfMind map.".
Extension Screenshots
Download MapsOfMind: Save to mindmap Extension CRX File
Download MapsOfMind: Save to mindmap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Have you ever wanted to save text snippets and urls from the websites you visit and create a mind map automatically from it? With this MapsOfMind extension, you can now send any text directly to your mind map with a single click! Note: You need a MapsOfMind account to use this extension! (Signup: https://mapsofmind.com/signup) About MapsOfMind (www.mapsofmind.com): With over 25,000 users, MapsOfMind is the most versatile online mind mapping tool. Add rich text, documents, comments, todo boxes and more to your mind map! Unlimited customizations allow you to create a mind map that's truly yours with recent updates we have even more useful mind mapping features! Check out our new features here: https://www.mapsofmind.com/help/whats_new_in_mapsofmind
Extension Basic Information
Name | MapsOfMind: Save to mindmap |
ID | aldnceeapjjfjgdikefcjhapdmjijdam |
Official URL | https://chromewebstore.google.com/detail/mapsofmind-save-to-mindma/aldnceeapjjfjgdikefcjhapdmjijdam |
Description | Save the selected text from the active tab to your MapsOfMind map. |
File Size | 25.93 KB |
Installation Count | 25 |
Current Version | 1.0.1 |
Last Updated | 2020-11-05 |
Publish Date | 2020-11-05 |
Rating | 3.00/5 Total 2 Ratings |
Developer | MapsOfMind |
[email protected] | |
Payment Type | free |
Extension Website | https://mapsofmind.com |
Help Page URL | https://mapsofmind.com/contact |
Privacy Policy Page URL | https://mapsofmind.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MapsOfMind: Save to mindmap", "description": "Save the selected text from the active tab to your MapsOfMind map.", "version": "1.0.1", "permissions": [ "contextMenus", "storage", "activeTab", "notifications", "cookies", "https:\/\/www.mapsofmind.com\/*" ], "background": { "scripts": [ "backgroundScript.js" ], "persistent": false }, "manifest_version": 2, "icons": { "64": "images\/ico.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "options.html" }, "options_page": "options.html", "commands": { "save-text-to-map": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Save the selected text from the active tab to your MapsOfMind map." } } } |