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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MapsOfMind: Save to mindmap

ดาวน์โหลดไฟล์ส่วนขยาย 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 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."
        }
    }
}