Mindstamp - save annotations into a mindmap

No good thought is wasted anymore! Fragmented understandings are organised for you to form a complete understanding of a topic.…

Mindstamp - save annotations into a mindmap란 무엇입니까?

Mindstamp - save annotations into a mindmap은(는) https://libligh.pythonanywhere.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No good thought is wasted anymore! Fragmented understandings are organised for you to form a complete understanding of a topic.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mindstamp - save annotations into a mindmap 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        No good thought is wasted anymore! 
Fragmented understandings are organised for you to form a complete understanding of a topic.


How to achieve it? You 'stamp' the text selection with your comment (i.e.why the selection is interested to you), we keep all your 'stamps' together with your stamped content organized based upon the topic.  

Reading online is one of the most important way of absorbing new information. However, reading much doesn't necessarily mean forming a good understanding. In fact, we are good at forming fragmented understandings during our readings. What if we group those fragmented understandings based on a topic? Then, we form a complete picture towards a topic, hence a better understanding that helps us to make a better decision! 

This tool makes the magic! We help you to keep all those valuable information(based on your selection), your comment(why they are interested to you), and organize them based upon your views. As you use this tool more and more, you will be amazed by how efficiently that you can form an understanding towards a topic.                    

확장 프로그램 기본 정보

이름 Mindstamp - save annotations into a mindmap Mindstamp - save annotations into a mindmap
ID ffdocngbhpbbjdjlhdpkamlkmihohaab
공식 URL https://chrome.google.com/webstore/detail/mindstamp-save-annotation/ffdocngbhpbbjdjlhdpkamlkmihohaab
설명 No good thought is wasted anymore! Fragmented understandings are organised for you to form a complete understanding of a topic.…
파일 크기 65.34 KB
설치 횟수 82
현재 버전 1.0.1
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.50/5 총 2 개의 평점
개발자 https://libligh.pythonanywhere.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindstamp - save annotations into a mindmap",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Mindstamp",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "page_popup.css"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ]
        }
    ]
}