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 là gì?

Mindstamp - save annotations into a mindmap là một tiện ích mở rộng Chrome được phát triển bởi https://libligh.pythonanywhere.com, và tính năng chính của nó là "No good thought is wasted anymore! Fragmented understandings are organised for you to form a complete understanding of a topic.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mindstamp - save annotations into a mindmap

Tải xuống các tệp mở rộng Mindstamp - save annotations into a mindmap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mindstamp - save annotations into a mindmap Mindstamp - save annotations into a mindmap
ID ffdocngbhpbbjdjlhdpkamlkmihohaab
URL Chính Thức https://chrome.google.com/webstore/detail/mindstamp-save-annotation/ffdocngbhpbbjdjlhdpkamlkmihohaab
Mô tả No good thought is wasted anymore! Fragmented understandings are organised for you to form a complete understanding of a topic.…
Kích Thước Tệp 65.34 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://libligh.pythonanywhere.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}