Coagmento

Make the most of your Web browsing - individually or collaboratively.

Coagmento là gì?

Coagmento là một tiện ích mở rộng Chrome được phát triển bởi https://www.coagmento.org, và tính năng chính của nó là "Make the most of your Web browsing - individually or collaboratively.".

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

Tải xuống tệp CRX của tiện ích mở rộng Coagmento

Tải xuống các tệp mở rộng Coagmento 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

                        Coagmento is a Web-based system that lets one keep track of his/her browsing history on the Web during a multi-session project. It's useful for individual as well as collaborative tasks. The Chrome plugin allows the user to connect to the Coagmento system for recording and using the browsing history. Coagmento also provides easy to use tools for collecting useful information, making annotations, and sharing resources.

In addition to information capturing and sharing, Coagmento provides a way to visualize that information (Web history, bookmarks, snippets, searches) using different interfaces that include timeline, coverflow, and 3D. Coagmento also has tools to analyze that information. For example, one could ask Coagmento to summarize and organize all that he/she did on a project last month.

Coagmento is free and fun to use. So get started today at http://www.coagmento.org/                    

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

Tên Coagmento Coagmento
ID lojohhkdbefaidjhcdngnflbjchgdokl
URL Chính Thức https://chromewebstore.google.com/detail/coagmento/lojohhkdbefaidjhcdngnflbjchgdokl
Mô tả Make the most of your Web browsing - individually or collaboratively.
Kích Thước Tệp 732 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-10-12
Ngày Phát Hành 2013-10-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.coagmento.org
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.coagmento.org/instructions.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coagmento",
    "manifest_version": 2,
    "description": "Make the most of your Web browsing - individually or collaboratively.",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "css": [
                "sidebar.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}