Mindomo Bookmarks

Capture links, images, text snippets to Mindomo and organize them in a mind map.

Mindomo Bookmarks란 무엇입니까?

Mindomo Bookmarks은(는) https://www.mindomo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture links, images, text snippets to Mindomo and organize them in a mind map."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mindomo Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Mindomo Bookmarks comes to optimize your mind mapping experience and help you build better ideas.
Easy to use, with real-time syncing, Mindomo Bookmarks is really good at capturing resources quickly and letting you process them correctly later.

Get started in a few Seconds
- Stop losing Cool Web Pages
- Easily save and use links with one click
- Add pictures to your map in seconds
- Use them to create stunning maps with Mindomo

What you can bookmark with Mindomo 
- Find and add any text that you consider relevant to have in your mind map
- Use the best images from the web to use for your ideas
- Add hyperlinks to your statement
- Active link in the browser, bookmark now and use it in your work later                    

확장 프로그램 기본 정보

이름 Mindomo Bookmarks Mindomo Bookmarks
ID ghabekkoaicdmfgggmocafcdllmdhamb
공식 URL https://chromewebstore.google.com/detail/mindomo-bookmarks/ghabekkoaicdmfgggmocafcdllmdhamb
설명 Capture links, images, text snippets to Mindomo and organize them in a mind map.
파일 크기 55.57 KB
설치 횟수 10,000
현재 버전 2.4
최근 업데이트 2022-02-19
출시 날짜 2017-05-19
평점 3.76/5 총 34 개의 평점
개발자 https://www.mindomo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mindomo.com/tools/index.htm
도움말 페이지 URL https://help.mindomo.com/integrations/bookmarks/mindomo-bookmarks/
개인정보 보호 정책 페이지 URL https://www.mindomo.com/privacy.htm
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mindomo Bookmarks",
    "short_name": "Mindomo Bookmarks",
    "manifest_version": 2,
    "version": "2.4",
    "description": "Capture links, images, text snippets to Mindomo and organize them in a mind map.",
    "icons": {
        "16": "skin\/16.png",
        "48": "skin\/48.png",
        "128": "skin\/128.png"
    },
    "default_locale": "en_US",
    "minimum_chrome_version": "20",
    "background": {
        "scripts": [
            "jquery.js",
            "serverUrl.js",
            "server.js",
            "common.js",
            "extension.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "skin\/16.png",
        "default_title": "Save page link to Mindomo"
    },
    "web_accessible_resources": [
        "skin\/*.png"
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "progress.js",
                "contentscript.js"
            ]
        }
    ]
}