MapsOfMind: Save to mindmap
Save the selected text from the active tab to your MapsOfMind map.
什么是MapsOfMind: Save to mindmap?
MapsOfMind: Save to mindmap是由MapsOfMind开发的Chrome扩展程序,该扩展的主要功能是“Save the selected text from the active tab to your MapsOfMind map.”。
扩展截图
下载MapsOfMind: Save to mindmap扩展crx文件
下载MapsOfMind: Save to mindmap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | MapsOfMind: Save to mindmap |
ID | aldnceeapjjfjgdikefcjhapdmjijdam |
官方URL | https://chromewebstore.google.com/detail/mapsofmind-save-to-mindma/aldnceeapjjfjgdikefcjhapdmjijdam |
简介 | Save the selected text from the active tab to your MapsOfMind map. |
文件大小 | 25.93 KB |
安装次数 | 25 |
当前版本 | 1.0.1 |
更新时间 | 2020-11-05 |
上架时间 | 2020-11-05 |
评分 | 3.00/5 共2次评分 |
开发者 | MapsOfMind |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mapsofmind.com |
帮助页面URL | https://mapsofmind.com/contact |
隐私政策页面URL | https://mapsofmind.com/privacy |
支持的语言 | 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." } } } |