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 |
官方網址 | 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." } } } |