MapsOfMind: Save to mindmap
Save the selected text from the active tab to your MapsOfMind map.
Qu'est-ce que MapsOfMind: Save to mindmap ?
MapsOfMind: Save to mindmap est une extension Chrome développée par MapsOfMind, et sa fonction principale est "Save the selected text from the active tab to your MapsOfMind map.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MapsOfMind: Save to mindmap
Téléchargez les fichiers d'extension MapsOfMind: Save to mindmap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | MapsOfMind: Save to mindmap |
ID | aldnceeapjjfjgdikefcjhapdmjijdam |
URL Officiel | https://chromewebstore.google.com/detail/mapsofmind-save-to-mindma/aldnceeapjjfjgdikefcjhapdmjijdam |
Description | Save the selected text from the active tab to your MapsOfMind map. |
Taille du Fichier | 25.93 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-11-05 |
Date de Publication | 2020-11-05 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | MapsOfMind |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mapsofmind.com |
URL de la Page d'Aide | https://mapsofmind.com/contact |
URL de la Page de Politique de Confidentialité | https://mapsofmind.com/privacy |
Langues Prises en Charge | 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." } } } |