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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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."
        }
    }
}