MapsOfMind: Save to mindmap
Save the selected text from the active tab to your MapsOfMind map.
O que é MapsOfMind: Save to mindmap?
MapsOfMind: Save to mindmap é uma extensão do Chrome desenvolvida por MapsOfMind, e sua principal característica é "Save the selected text from the active tab to your MapsOfMind map.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MapsOfMind: Save to mindmap
Baixe arquivos de extensão MapsOfMind: Save to mindmap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | MapsOfMind: Save to mindmap |
ID | aldnceeapjjfjgdikefcjhapdmjijdam |
URL Oficial | https://chromewebstore.google.com/detail/mapsofmind-save-to-mindma/aldnceeapjjfjgdikefcjhapdmjijdam |
Descrição | Save the selected text from the active tab to your MapsOfMind map. |
Tamanho do Arquivo | 25.93 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-11-05 |
Data de Publicação | 2020-11-05 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | MapsOfMind |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mapsofmind.com |
URL da Página de Ajuda | https://mapsofmind.com/contact |
URL da Página de Política de Privacidade | https://mapsofmind.com/privacy |
Idiomas Suportados | 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." } } } |