MapsOfMind: Save to mindmap
Save the selected text from the active tab to your MapsOfMind map.
ما هو MapsOfMind: Save to mindmap؟
MapsOfMind: Save to mindmap هو إضافة Chrome تم تطويرها بواسطة MapsOfMind، والميزة الرئيسية لها هي "Save the selected text from the active tab to your MapsOfMind map.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MapsOfMind: Save to mindmap
قم بتنزيل ملفات الامتداد MapsOfMind: Save to mindmap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://mapsofmind.com/contact |
عنوان صفحة سياسة الخصوصية | 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." } } } |